Click or drag to resize

UserInfoLocalGroupExists Method

Determines if local group exists.

Namespace: GSF.Identity
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
Syntax
public static bool LocalGroupExists(
	string groupName
)
View Source

Parameters

groupName  String
Group name to test for existence.

Return Value

Boolean
true if groupName exists; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptiongroupName was null.
ArgumentExceptionNo groupName was specified.
See Also