PrivilegeWriteContent Field
IT Hit WebDAV Classes Reference
Controls methods that modify the content of an existing resource, such as [!:IContentAsync.WriteAsync].
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntaxpublic static readonly Privilege WriteContent
public static readonly Privilege WriteContent
Public Shared ReadOnly WriteContent As Privilege
Public Shared ReadOnly WriteContent As Privilege
public:
static initonly Privilege WriteContent
public:
static initonly Privilege WriteContent
static val WriteContent: Privilege
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