LibraryStructureManagerCalculateEligibleMemberObjectsInCabinet Method |
Calculate users allowed to be a member of a folder within specified cabinet.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic void CalculateEligibleMemberObjectsInCabinet(
int cabinetId,
ref List<Guid> eligibleGroupIds,
ref List<Guid> eligibleUserIds,
ref List<ADAMObject> usersBelongingDirectly,
ref Guid cabinetOwner
)
Parameters
- cabinetId
- Type: SystemInt32
- eligibleGroupIds
- Type: System.Collections.GenericListGuid
groups which can be member of a folder within specified cabinet - eligibleUserIds
- Type: System.Collections.GenericListGuid
users who can be member of a folder within specified cabinet - usersBelongingDirectly
- Type: System.Collections.GenericListADAMObject
users who are direct members of cabinet - cabinetOwner
- Type: SystemGuid
See Also