DeltaXML DITA Compare .NET API Documentation
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Records information when each topic comparison is started or completed.
Namespace: DeltaXML.DitaCompareApiAssembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax
Parameters
- href
- Type: System String
The URI of the topic processed.
- stagesStarted
- Type: System Int32
The number of processing stages started ('Started' events).
- stagesCompleted
- Type: System Int32
The number of processing stages completed ('Completed' events).
- stageDescription
- Type: System String
The description of the stage raising the current event.
See Also