Click or drag to resize

PrivilegeRead Field

IT Hit WebDAV Classes Reference
Controls methods that return information about the state of the resource, including the resource's properties. Affected methods include downloading content and retrieving information about item.

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

Field Value

Type: Privilege
Remarks
Any implementation-defined privilege that also controls access to donwloading content and retrieving information must be aggregated under Read - if an ACL grants access to Read, the client may expect that no other privilege needs to be granted to have access to downloading content and retrieving information.
See Also