Click or drag to resize

UserGroupManagerGetMemberUsersOfFileholdGroups Method

Retrieves all users belonging to specified filehold groups

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public List<ADAMObject> GetMemberUsersOfFileholdGroups(
	Guid[] fileHoldGroupIds
)

Parameters

fileHoldGroupIds
Type: SystemGuid

Return Value

Type: ListADAMObject
Remarks
Domain groups are also expanded into users
See Also