Click or drag to resize

IOptionsHandlerAppliesTo Method

IT Hit WebDAV Classes Reference
The method is called to determine if the option is available for the item and shall be enlisted in DAV header for OPTIONS response.

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

Parameters

item
Type: ITHit.WebDAV.ServerIHierarchyItem
Item for which request is made.

Return Value

Type: Boolean
trueif option token shall be enlisted.
See Also