Click or drag to resize

IAclHierarchyItem.GetSupportedPrivilegeSetAsync Method

IT Hit WebDAV Classes Reference
Retrieves the privileges defined for the resource.

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
Task<IEnumerable<SupportedPrivilege>> GetSupportedPrivilegeSetAsync()

Return Value

Type: Task<IEnumerable<SupportedPrivilege>>
List of SupportedPrivilege.
Exceptions
ExceptionCondition
NeedPrivilegesExceptionNot enough permissions.
DavExceptionIn case of other errors.
See Also