Click or drag to resize

IMethodHandlerAsyncTHierarchyItemAsyncAppliesTo Method

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

Namespace:  ITHit.Server.Extensibility
Assembly:  ITHit.Server (in ITHit.Server.dll) Version: 11.3.10719
Syntax
bool AppliesTo(
	THierarchyItemAsync item
)

bool AppliesTo(
	THierarchyItemAsync item
)

Parameters

item
Type: THierarchyItemAsync
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