Click or drag to resize

LibraryStructureManagerGetEffectivePermissions Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<EffectivePermissionEntry> GetEffectivePermissions(
	Guid userGuid,
	int? folderId,
	int? categoryId,
	int? drawerId,
	int? cabinetId,
	int? schemaId,
	RoleOrigin roleOrigin,
	bool onlyEnabled,
	bool onlyDisabled,
	LocationType locationType
)

Parameters

userGuid
Type: SystemGuid
folderId
Type: SystemNullableInt32
categoryId
Type: SystemNullableInt32
drawerId
Type: SystemNullableInt32
cabinetId
Type: SystemNullableInt32
schemaId
Type: SystemNullableInt32
roleOrigin
Type: FileHold.LibraryManagerRoleOrigin
onlyEnabled
Type: SystemBoolean
onlyDisabled
Type: SystemBoolean
locationType
Type: FileHold.LibraryManagerLocationType

Return Value

Type: ListEffectivePermissionEntry
See Also