Click or drag to resize

UserGroupManagerGetAvailableFolderOwnersInCabinet Method

Return users who are allowed to own a folder in the particular cabinet

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public List<ADAMObject> GetAvailableFolderOwnersInCabinet(
	Guid cabinetOwnerGuid,
	ObjectInRole[] cabinetMembers
)

Parameters

cabinetOwnerGuid
Type: SystemGuid
cabinetMembers
Type: FileHold.UserRoleManagerObjectInRole

Return Value

Type: ListADAMObject
See Also