Click or drag to resize

IAclHierarchyItemGetPrincipalCollectionSetAsync Method

IT Hit WebDAV Classes Reference
Retrieves a set of root collections that contain the principals that are available on the server that implements this resource. It can be used to retrieve the Name properties of all principals on that server, thereby yielding human-readable names for each principal that could be displayed in a user interface.

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

Return Value

Type: TaskIEnumerableIPrincipalFolder
List of IPrincipalFolder items.
Exceptions
ExceptionCondition
NeedPrivilegesExceptionNot enough permissions.
DavExceptionIn case of other errors.
See Also