UserGroupManagerGetAvailableCabinetOwners Method

Return users and groups allowed to own a cabinet. 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 = "Return users and groups allowed to own a cabinet")]
public List<ADAMObject> GetAvailableCabinetOwners()

Return Value

ListADAMObject

See Also