DownloadContent
ContentsItemId でコンテンツのblob ファイルをダウンロードします。
Input
| Name | Type | Required | Accepts Output Streams | Description |
| ContentsItemId | String | True | False | ダウンロードするコンテンツのId。 |
| ContentVersion | String | False | False | ダウンロードするコンテンツのバージョン。コンテンツバージョンが指定されていない場合、コンテンツの最新バージョンがダウンロードされます。 |
| DownloadLocation | String | False | False | ダウンロードしたファイルの場所。例 C:\Temp\ContentFiles |
| Encoding | String | False | False | The FileData input encoding type.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
| FileStream | String | False | True | An instance of an output stream where file data is written to. Only used if DownloadLocation is not provided. |
Result Set Columns
| Name | Type | Description |
| Success | String | ダウンロードが成功した場合はTrue を返します。 |
| FileData | String | If the DownloadLocation and FileStream are not provided, this contains the content of the file. |