UserGroupManagerGetEligibleUsers Method
Retrieve users allowed to perform specified operations in a folder.
Only basic properties are returned, including ID, name, email and license status.
Namespace: FileHold.UserRoleManagerAssembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Retrieve users allowed to perform specified operations in a folder")]
public List<ADAMObject> GetEligibleUsers(
Guid cabinetOwnerGuid,
ObjectInRole[] cabinetMembersWithRoles,
Guid folderOwnerGuid,
ObjectInRole[] folderMembersAndOwnerWithRoles,
Guid[] schemaMemberGuids,
Operations[] operations
)
- cabinetOwnerGuid Guid
-
- cabinetMembersWithRoles ObjectInRole
-
- folderOwnerGuid Guid
-
- folderMembersAndOwnerWithRoles ObjectInRole
-
- schemaMemberGuids Guid
-
- operations Operations
-
ListADAMObject