ReplaceDocumentRendition
Replace the rendition of the given document with a new one
Input
| Name | Type | Required | Accepts Input Streams | Description |
| DocumentId | String | True | False | The document Id to replace the rendition for |
| RenditionType | String | True | False | The type of rendition being replaced |
| File | String | False | False | The new file to upload |
| Content | String | False | True | Optional. Alternative to File. The content of the source document as an InputStream object. |
| FileData | String | False | False | Base64 string representation of the file content. Only used if File and InputStream are not set. |
| FileName | String | False | False | The file name including extension to be used for File or Content input. FileName is optional for File input, and required for Content or FileData input. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the procedure was successful or not |