Namespace: ITHit.WebDAV.Server.Acl
| Exception | Condition |
|---|---|
| LockedException | The item is locked and no or invalid lock token was provided. |
| NeedPrivilegesException | Not enough permissions. |
| DavException | In case of other errors. |
The code below is part of 'WebDAVServer.NtfsNtlmAcl' sample provided with the SDK.
public IPrincipal GetGroup() { return null; }