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
)
Function AppliesTo (
item As IHierarchyItem
) As Boolean
bool AppliesTo(
IHierarchyItem^ item
)
abstract AppliesTo :
item : IHierarchyItem -> bool
Parameters
- item
- Type: ITHit.WebDAV.ServerIHierarchyItem
Item for which request is made.
Return Value
Type:
Booleantrueif option token shall be enlisted.
See Also