Click or drag to resize

UserAccountControlIsCurrentUserInGroup Method

Determines whether the current user is in the specified group.

Namespace:  TomsToolbox.Desktop
Assembly:  TomsToolbox.Desktop (in TomsToolbox.Desktop.dll)
Syntax
public static bool IsCurrentUserInGroup(
	string groupName
)

Parameters

groupName
Type: SystemString
Name of the group.

Return Value

Type: Boolean
true if the user belongs to the specified group; otherwise false
See Also