Click or drag to resize

NeedPrivilegesExceptionAddRequiredPrivilege Method

IT Hit WebDAV Classes Reference
Adds privilege that is required to perform the operation on the item.

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public void AddRequiredPrivilege(
	string path,
	Privilege privilege
)

Parameters

path
Type: SystemString
Item which misses the privilege.
privilege
Type: ITHit.WebDAV.Server.AclPrivilege
Missing privilege.
See Also