Click or drag to resize

IReportHandler Interface

IT Hit WebDAV Classes Reference
Provides point of extension to REPORT requests.

Namespace:  ITHit.WebDAV.Server.Extensibility
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public interface IReportHandler

The IReportHandler type exposes the following members.

Methods
  NameDescription
Public methodAppliesTo
Determines whether this report can be executed for an item.
Public methodHandleReportAsync
Generates report response.
Top
Remarks
If you need to implement your own report, implement this interface and register it with RegisterReportHandler(String, String, IReportHandler) method. Engine will call this handler when it needs to execute a report.
See Also