Click or drag to resize

BenchConfigurationGetAppLibrary Method

Gets an app library by its ID.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public AppLibrary GetAppLibrary(
	string id
)

Parameters

id
Type: SystemString
The ID of the app library.

Return Value

Type: AppLibrary
An AppLibrary object or null if the ID was not found.
See Also