Click or drag to resize

LibraryStructureManagerGetBasicUserRolesInScope Method

Calculate roles for specified users based on specified scope.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<MemberInRole> GetBasicUserRolesInScope(
	int parentCabinetId,
	Guid[] guids
)

Parameters

parentCabinetId
Type: SystemInt32
guids
Type: SystemGuid

Return Value

Type: ListMemberInRole
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