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
Public Shared ReadOnly Read As Privilege
public:
static initonly Privilege Read
static val Read: Privilege
Field Value
Type:
PrivilegeRemarks
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