Click or drag to resize

UserGroupManagerExpandAllToMembers Method

Expand all objects from given set of guids into users

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

Parameters

objectIds
Type: SystemGuid

Return Value

Type: ListADAMObject
Remarks
If a guid belongs to a FileHold group or domain group it will be expanded to its users
See Also