Click or drag to resize

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
)

Parameters

category
Type: SystemString
The app category.

Return Value

Type: AppFacade
An array with facades for all apps in the given category.
See Also