DownloadFile
CloudSign からPDF をダウンロードします。
Input
Name | Type | Required | Accepts Output Streams | Description |
DocumentId | String | True | False | ファイルを含む書類のID。 |
FileId | String | True | False | ファイルのID。 |
FileName | String | True | False | ファイルの名前。 |
OutputFolder | String | False | False | ファイルのダウンロード先のフォルダ。 |
Encoding | String | False | False | If the LocalFile input is left empty, the data will be output to FileData in the specified encoding.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
FileStream | String | False | True | Stream containing the downloaded file |
Result Set Columns
Name | Type | Description |
Status | String | ストアドプロシージャの実行状態。 |
FileData | String | The base64encoded file data output, if the OutputFolder input is empty. |