IReportHandlerAppliesTo Method
IT Hit WebDAV Classes Reference
Determines whether this report can be executed for an item.
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 to determine whether the report applies to it.
Return Value
Type:
Booleantrue if the report applies to the item.
See Also