Click or drag to resize

IMethodHandlerTHierarchyItemAppliesTo 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: 13.3.13068
Syntax
bool AppliesTo(
	THierarchyItem item
)

Parameters

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