Click or drag to resize

IMethodHandlerAsyncAppliesTo Method

IT Hit WebDAV Classes Reference
Determines whether this method shall be enlisted in 'supported-method-set' for item.

Namespace:  ITHit.WebDAV.Server.Extensibility
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
Syntax
bool AppliesTo(
	IHierarchyItemAsync item
)

Parameters

item
Type: ITHit.WebDAV.ServerIHierarchyItemAsync
Hierarchy item returned from GetHierarchyItemAsync(String) or null.

Return Value

Type: Boolean
Boolean indicating whether this handler implementation can handle request for the item.
See Also