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
)
Function AppliesTo (
item As IHierarchyItemAsync
) As Boolean
bool AppliesTo(
IHierarchyItemAsync^ item
)
abstract AppliesTo :
item : IHierarchyItemAsync -> bool
Parameters
- item
- Type: ITHit.WebDAV.ServerIHierarchyItemAsync
Hierarchy item returned from GetHierarchyItemAsync(String) or
null.
Return Value
Type:
BooleanBoolean indicating whether this handler implementation can handle request for the item.
See Also