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