UploadDocument
SharePoint ライブラリにドキュメントをアップロードします。
Input
Name | Type | Accepts Input Streams | Description |
RelativeUrl | String | False | The URL of the folder you would like to upload file(s) to, relative to the base Url supplied in the 本製品's connection properties. For example: Root folder: Shared Documents Sub-folder: Shared Documents/MyFolder If you set the Url connection property to a site collection, the relative URL will correspond with a path on the base site. If the Url connection property points to a specific site, the relative URL will be relative to the site supplied in the Url. |
InputFilePath | String | False | ファイルをアップロードする場所。 |
FileName | String | False | 作成するファイル名。 |
Overwrite | String | False | 既存のファイルデータを上書きするためのBoolean 値。 |
Content | String | True | InputFilePath が指定されていない場合にアップロードするInputStream としてのコンテンツ。 |
Result Set Columns
Name | Type | Description |
Success | Boolean | 操作が成功したかどうかを示します。 |
Id | String | 操作の完了後に返される一意な識別子の値。 |