Click or drag to resize

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

Field Value

Type: Privilege
Remarks
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