Click or drag to resize

IAclHierarchyItemAsyncGetItemsByPropertyAsync Method

IT Hit WebDAV Classes Reference
Find all resources in the subtree which have either Group or Owner (defined by matchBy parameter) which identifies current user or group current user belongs to. For example, this report can return all of the resources in a collection hierarchy that are owned by the current user.

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
Task<IEnumerable<IAclHierarchyItemAsync>> GetItemsByPropertyAsync(
	MatchBy matchBy,
	IList<PropertyName> props
)

Task<IEnumerable<IAclHierarchyItemAsync>> GetItemsByPropertyAsync(
	MatchBy matchBy,
	IList<PropertyName> props
)

Parameters

matchBy
Type: ITHit.WebDAV.Server.AclMatchBy
Identifies whether to search by owner or group.
props
Type: System.Collections.GenericIListPropertyName
Properties requested for found items.

Return Value

Type: TaskIEnumerableIAclHierarchyItemAsync
List of matching resources, each implementing IAclHierarchyItemAsync.
See Also