IPrincipalFolderGetMatchingPrincipalsAsync Method
IT Hit WebDAV Classes Reference
Is used to find all groups residing in the subtree of current item which contain currently authenticated
user. The user itself shall also be included if it is located in the subtree of this item.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax Task<IEnumerable<IPrincipal>> GetMatchingPrincipalsAsync(
IList<PropertyName> props
)
Function GetMatchingPrincipalsAsync (
props As IList(Of PropertyName)
) As Task(Of IEnumerable(Of IPrincipal))
Task<IEnumerable<IPrincipal^>^>^ GetMatchingPrincipalsAsync(
IList<PropertyName>^ props
)
abstract GetMatchingPrincipalsAsync :
props : IList<PropertyName> -> Task<IEnumerable<IPrincipal>>
Parameters
- props
- Type: System.Collections.GenericIListPropertyName
Properties to return with every item found.
Return Value
Type:
TaskIEnumerableIPrincipalGroups which contain currently authenticated user.
See Also