IActionResult
What it does
A special object that is used to describe whether the export (or a post-export event) of a particular document succeeded.
Note. This object is not available on the Web Verification Station for checking rules locally.
Properties
Name | Type | Access | Description |
---|---|---|---|
Applied | bool | Read-only |
Specifies whether the document has been exported to the target during the current export session. For the false value of the flag:
|
ErrorMessage | string | Read/write, Mutable (can be modified even in scripts with read-only permissions) | An error message |
Name | string | Read-only | The name of an export profile |
Result | string | Read/write, Mutable (can be modified even in scripts with read-only permissions) | Formal description of the operation result. In the event of export, a description of the path where the document was exported (for example, a path to the file). |
Succeeded | bool | Read/write, Mutable (can be modified even in scripts with read-only permissions) | Specifies whether the operation succeeded |
Type | TExportType | Read-only | The type of export profile (applies in Export completed script) |
4/12/2024 6:16:02 PM