Click or drag to resize

IPrincipalFolderAsyncGetMatchingPrincipalsAsync 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: 11.3.10719
Syntax
Task<IEnumerable<IPrincipalAsync>> GetMatchingPrincipalsAsync(
	IList<PropertyName> props
)

Task<IEnumerable<IPrincipalAsync>> GetMatchingPrincipalsAsync(
	IList<PropertyName> props
)

Parameters

props
Type: System.Collections.GenericIListPropertyName
Properties to return with every item found.

Return Value

Type: TaskIEnumerableIPrincipalAsync
Groups which contain currently authenticated user.
See Also