InternalServiceGetAvailableFolderOwnersInCabinet Method

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return users who are allowed to own a folder in the particular cabinet")]
public List<ADAMObject> GetAvailableFolderOwnersInCabinet(
	Guid cabinetOwnerGuid,
	ObjectInRole[] cabinetMembers
)

Parameters

cabinetOwnerGuid  Guid
 
cabinetMembers  ObjectInRole
 

Return Value

ListADAMObject

See Also