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()
Function GetInheritedAclSetAsync As Task(Of IEnumerable(Of IHierarchyItemAsync))
Function GetInheritedAclSetAsync As Task(Of IEnumerable(Of IHierarchyItemAsync))
Task<IEnumerable<IHierarchyItemAsync^>^>^ GetInheritedAclSetAsync()
Task<IEnumerable<IHierarchyItemAsync^>^>^ GetInheritedAclSetAsync()
abstract GetInheritedAclSetAsync : unit -> Task<IEnumerable<IHierarchyItemAsync>>
abstract GetInheritedAclSetAsync : unit -> Task<IEnumerable<IHierarchyItemAsync>>
Return Value
Type:
TaskIEnumerableIHierarchyItemAsync
List of
IHierarchyItemAsync items.
Exceptions See Also