Click or drag to resize

AppIndexFacadeGetApps Method

Gets a collection with AppFacade objects for multiple apps.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public ICollection<AppFacade> GetApps(
	IEnumerable<string> appNames
)

Parameters

appNames
Type: System.Collections.GenericIEnumerableString
An enumeration with app IDs.

Return Value

Type: ICollectionAppFacade
A collection with facades.
Remarks
If an app ID can not be found, a null is placed in the returned collection. Therefore, the returned collection has always the same number of items as the given enumeration.
See Also