UserGroupManagerExpandAllToMembers Method

Expand all objects from given set of GUIDs into users. Only basic properties are returned, including ID, name, email and license status.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Expand all objects from given set of guids into users")]
public List<ADAMObject> ExpandAllToMembers(
	Guid[] objectIds
)

Parameters

objectIds  Guid
 

Return Value

ListADAMObject

Remarks

If a guid belongs to a FileHold group or domain group it will be expanded to its users

See Also