PrivilegeWrite Field
IT Hit WebDAV Classes Reference
Controls methods that lock an item or modify the content, properties, or
membership of a collection.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public static readonly Privilege Write
Public Shared ReadOnly Write As Privilege
public:
static initonly Privilege Write
static val Write: Privilege
Field Value
Type:
PrivilegeRemarks
State modification is also controlled via locking, so effective write access requires that both write
privileges and write locking requirements are satisfied. Any implementation-defined privilege that also
controls access to methods modifying content, properties or folder membership must be aggregated under
Write, e.g., if an ACL grants access to Write, the client may expect that no
other privilege needs to be granted to modify item's state.
See Also