Click or drag to resize

IAclHierarchyItemAsyncGetAclRestrictionsAsync 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: 11.3.10719
Syntax
Task<AclRestriction> GetAclRestrictionsAsync()

Task<AclRestriction> GetAclRestrictionsAsync()

Return Value

Type: TaskAclRestriction
Instance of AclRestriction.
Exceptions
ExceptionCondition
NeedPrivilegesExceptionNot enough permissions.
DavExceptionIn case of other errors.
See Also