Click or drag to resize

Utils_DirectoryServicesGetGroupUsers Method (String)

Gets all users members of a group or a subgroup (recurcive).

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static List<UserInfo> GetGroupUsers(
	string fullGroupName
)

Parameters

fullGroupName
Type: SystemString
Name of the domain group 'DOMAIN\GROUPNAME'.

Return Value

Type: ListUserInfo
A list of (distinct) users.
See Also