UserGroupManagerGetEligibleUsersAndGroups Method

Retrieve users and groups allowed to perform specified operations in a folder. 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 = "Retrieve users and groups allowed to perform specified operations in a folder")]
public List<ADAMObject> GetEligibleUsersAndGroups(
	Guid cabinetOwnerGuid,
	ObjectInRole[] cabinetMembersWithRoles,
	Guid folderOwnerGuid,
	ObjectInRole[] folderMembersAndOwnerWithRoles,
	Guid[] schemaMemberGuids,
	Operations[] operations
)

Parameters

cabinetOwnerGuid  Guid
 
cabinetMembersWithRoles  ObjectInRole
 
folderOwnerGuid  Guid
 
folderMembersAndOwnerWithRoles  ObjectInRole
 
schemaMemberGuids  Guid
 
operations  Operations
 

Return Value

ListADAMObject

See Also