DownloadContent
ContentsItemId でコンテンツのblob ファイルをダウンロードします。
Input
Name | Type | Required | Description |
ContentsItemId | String | True | ダウンロードするコンテンツのId。 |
ContentVersion | String | False | ダウンロードするコンテンツのバージョン。コンテンツバージョンが指定されていない場合、コンテンツの最新バージョンがダウンロードされます。 |
DownloadLocation | String | True | ダウンロードしたファイルの場所。例 C:\Temp\ContentFiles |
Result Set Columns
Name | Type | Description |
Success | String | ダウンロードが成功した場合はTrue を返します。 |