Click or drag to resize

PrivilegeWriteContent Field

IT Hit WebDAV Classes Reference
Controls methods that modify the content of an existing resource, such as WriteAsync(Stream, String, Int64, Int64).

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public static readonly Privilege WriteContent

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