SetAclErrorDetailsNoProtectedAceConflict Field
IT Hit WebDAV Classes Reference
The ACEs submitted in the ACL request MUST NOT conflict with the
protected ACEs on the resource. For example, if the resource has a protected ACE granting DAV:write to a
given principal, then it would not be consistent if the ACL request submitted an ACE denying DAV:write to
the same principal.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public static readonly ErrorDetails NoProtectedAceConflict
Public Shared ReadOnly NoProtectedAceConflict As ErrorDetails
public:
static initonly ErrorDetails NoProtectedAceConflict
static val NoProtectedAceConflict: ErrorDetails
Field Value
Type:
ErrorDetailsSee Also