| 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
)
Public Function GetApps (
appNames As IEnumerable(Of String)
) As ICollection(Of AppFacade)
Parameters
- appNames
- Type: System.Collections.GenericIEnumerableString
An enumeration with app IDs.
Return Value
Type:
ICollectionAppFacadeA 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