Click or drag to resize

Utils_DirectoryServicesGetGroupUsers Method (GroupPrincipal)

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(
	GroupPrincipal group
)

Parameters

group
Type: System.DirectoryServices.AccountManagementGroupPrincipal

Return Value

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