Click or drag to resize

IAccessControl Interface

IT Hit WebDAV Classes Reference
Represents an item that supports WebDAV ACL. Enables access-control feature support discovery.

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public interface IAccessControl
Remarks
This is a marker interface, it does not provide any propertes or methods. Items that implement this interface report ACL support in OPTIONS requests. If this intervace is found on an item, the DAV header will include access-control token.
See Also