LibraryStructureManagerGetEffectivePermissions Method

Return effective permissions for all users or a user with given GUID.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return effective permissions for all users or a user with given GUID.")]
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  Guid
folderId  NullableInt32
categoryId  NullableInt32
drawerId  NullableInt32
cabinetId  NullableInt32
schemaId  NullableInt32
roleOrigin  RoleOrigin
onlyEnabled  Boolean
onlyDisabled  Boolean
locationType  LocationType

Return Value

ListEffectivePermissionEntry

Exceptions

See Also