Click or drag to resize

IAclHierarchyItemAsyncGetInheritedAclSetAsync 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: 11.3.10719
Syntax
Task<IEnumerable<IHierarchyItemAsync>> GetInheritedAclSetAsync()

Task<IEnumerable<IHierarchyItemAsync>> GetInheritedAclSetAsync()

Return Value

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