Click or drag to resize

IPrincipalFolderGetMatchingPrincipals 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: 4.5.3121.0
Syntax
IEnumerable<IPrincipal> GetMatchingPrincipals(
	IList<PropertyName> props
)

Parameters

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

Return Value

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