Click or drag to resize

IAclHierarchyItemAsyncGetPrincipalCollectionSetAsync 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 [!:IHierarchyItemAsync.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: 11.3.10719
Syntax
Task<IEnumerable<IPrincipalFolderAsync>> GetPrincipalCollectionSetAsync()

Task<IEnumerable<IPrincipalFolderAsync>> GetPrincipalCollectionSetAsync()

Return Value

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