LibraryStructureManagerGetAvailableRolesForUsers Method |
Calculate roles for specified users in a folder.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic AzRole[] GetAvailableRolesForUsers(
int parentCabinetId,
Guid[] guids,
ref bool canBeRestricted
)
Parameters
- parentCabinetId
- Type: SystemInt32
- guids
- Type: SystemGuid
- canBeRestricted
- Type: SystemBoolean
Return Value
Type:
AzRole
Remarks
This method does not take into consideration overriding role in current library object,
e.g. for folder1 from cabinet1 it will calculate roles based only on cabinet1 settings
without folder1 settings.
See Also