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()
Function GetPrincipalCollectionSetAsync As Task(Of IEnumerable(Of IPrincipalFolder))
Task<IEnumerable<IPrincipalFolder^>^>^ GetPrincipalCollectionSetAsync()
abstract GetPrincipalCollectionSetAsync : unit -> Task<IEnumerable<IPrincipalFolder>>
Return Value
Type:
TaskIEnumerableIPrincipalFolder
List of
IPrincipalFolder items.
Exceptions See Also