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