Click or drag to resize

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
)

Parameters

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

Return Value

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