RequestRawValue
Request the raw value of a property by providing the full path to the resource.
Input
| Name | Type | Accepts Output Streams | Description |
| MediaReadLink | String | False | The url to the resource. This can be the full url to a stream resource or to a primitive property |
| FileName | String | False | The name of the file where the data from the stream will be written to. EX: C:\\Users\\Public\\document.pdf |
| FileStream | String | True | OutputStream to write the content to. |
Result Set Columns
| Name | Type | Description |
| FileData | String | If neither FileName or FileStream are provided, the content will be displayed here as Base64Encoded |
| Success | String | Whether the procedure was successful or not |