Click or drag to resize

AppIndexFacadeExists Method

Checks whether an app ID exists in the app index.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public bool Exists(
	string appName
)

Parameters

appName
Type: SystemString
The app ID.

Return Value

Type: Boolean
true if the app was found; otherwise false.
See Also