SetAclErrorDetailsNoInheritedAceConflict Field
IT Hit WebDAV Classes Reference
The ACEs submitted in the ACL request MUST NOT conflict with the
inherited ACEs on the resource. For example, if the resource inherits an ACE from its parent collection
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. Note that reporting of this error will be implementation-dependent.
Implementations MUST either report this error or allow the ACE to be set, and then let normal ACE evaluation
rules determine whether the new ACE has any impact on the privileges available to a specific principal.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public static readonly ErrorDetails NoInheritedAceConflict
Public Shared ReadOnly NoInheritedAceConflict As ErrorDetails
public:
static initonly ErrorDetails NoInheritedAceConflict
static val NoInheritedAceConflict: ErrorDetails
Field Value
Type:
ErrorDetailsSee Also