DownloadDocumentRendition
Download a rendition file from the latest version of a document.
Input
| Name | Type | Required | Description |
| FileName | String | False | The name of the file where the data from the stream will be written to. EX: C:\\Users\\Public\\document.pdf |
| DocumentId | String | True | The document Id to get the Renditions for |
| RenditionType | String | True | The Document rendition type |
| SteadyState | String | False | Set to true to download a rendition (file) from the latest steady state version (1.0, 2.0, etc.) of a document. |
| ProtectedRendition | String | False | If your Vault is configured to use protected renditions, set to false to download the non-protected rendition. If omitted, defaults to true. You must have the Download Non-Protected Rendition permission to download non-protected renditions. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the procedure was successful or not |
| FileData | String | If FileName is not provided, the content will be displayed here as Base64Encoded |