Click or drag to resize

IAclHierarchyItemGetInheritedAclSetAsync Method

IT Hit WebDAV Classes Reference
Contains a set of items that also control the access to this item. To have a privilege on an item, not only must the ACL on that item (specified in the ITHit.WebDAV.Server.Acl property of that item) grant the privilege, but so must the ACL of each items identified in the GetInheritedAclSetAsync property of that item. Effectively, the privileges granted by the current ACL are ANDed with the privileges granted by each inherited ACL.

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
Task<IEnumerable<IHierarchyItem>> GetInheritedAclSetAsync()

Return Value

Type: TaskIEnumerableIHierarchyItem
List of IHierarchyItem items.
Exceptions
ExceptionCondition
NeedPrivilegesExceptionNot enough permissions.
DavExceptionIn case of other errors.
See Also