Click or drag to resize

IReportHandlerAsync 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: 11.3.10719
Syntax
public interface IReportHandlerAsync

public interface IReportHandlerAsync

The IReportHandlerAsync 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, IReportHandlerAsync) method. Engine will call this handler when it needs to execute a report.
See Also