PrivilegeWriteContent Field
IT Hit WebDAV Classes Reference  
    Namespace: 
   ITHit.WebDAV.Server.Acl
    Assembly:
   ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntaxpublic static readonly Privilege WriteContent
Public Shared ReadOnly WriteContent As Privilege
public:
static initonly Privilege WriteContent
static val WriteContent: Privilege
Field Value
Type: 
Privilege
Remarks
            Any implementation-defined privilege that also controls access to content must be aggregated under
            WriteContent - e.g., if an ACL grants access to WriteContent,
            the client can safely expect that no other privilege needs to be granted to have access to modifying content.
            
See Also