IAclHierarchyItemGetAclRestrictionsAsync Method
IT Hit WebDAV Classes Reference
Defines the types of ACLs supported by this server, to avoid clients needlessly getting
errors. When a client tries to set an ACL via the ACL method, the server may reject the attempt to set
the ACL as specified.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax Task<AclRestriction> GetAclRestrictionsAsync()
Function GetAclRestrictionsAsync As Task(Of AclRestriction)
Task<AclRestriction^>^ GetAclRestrictionsAsync()
abstract GetAclRestrictionsAsync : unit -> Task<AclRestriction>
Return Value
Type:
TaskAclRestriction
Instance of
AclRestriction.
Exceptions See Also