UserGroupManagerExpandAllToMembers Method
Expand all objects from given set of GUIDs into users.
Only basic properties are returned, including ID, name, email and license status.
Namespace: FileHold.UserRoleManagerAssembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.2.0.0
[WebMethodAttribute(Description = "Expand all objects from given set of guids into users")]
public List<ADAMObject> ExpandAllToMembers(
Guid[] objectIds
)
- objectIds Guid
-
ListADAMObject
This method always returns support users. Use ExpandAllToMembersV2 to specify
whether support users should be included or not.