| 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
)
Public Function Exists (
appName As String
) As Boolean
Parameters
- appName
- Type: SystemString
The app ID.
Return Value
Type:
Booleantrue if the app was found; otherwise
false.
See Also