| AppIndexFacadeByCategory Method |
Gets all apps of a given category.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public AppFacade[] ByCategory(
string category
)
Public Function ByCategory (
category As String
) As AppFacade()
Parameters
- category
- Type: SystemString
The app category.
Return Value
Type:
AppFacadeAn array with facades for all apps in the given category.
See Also