IDocumentExportResults
What it does
The object represents a set of export results of a document to different targets. This is a collection of the IActionResult objects which contain information about export for particular targets.
Note. This object is not available on the Web Verification Station for checking rules locally.
Properties
Name | Type | Access | Description |
---|---|---|---|
Document | IDocument | Read-only | The document exported with the given results |
ErrorMessage | string | Read-only | The message that describes why the export failed |
Succeeded | bool | Read-only | Specifies whether the document export succeeded |
4/12/2024 6:16:02 PM