UploadDocument
Uploads a document into the SharePoint library.
Input
| Name | Type | Required | Accepts Input Streams | Description |
| RelativeUrl | String | True | False | The URL of the folder you would like to upload file(s) to, relative to the base RSBSharePoint_p_URL supplied in the provider's connection properties. For example: Root folder: Shared Documents Sub-folder: Shared Documents/MyFolder If you set the RSBSharePoint_p_URL connection property to a site collection, the relative URL will correspond with a path on the base site. If the RSBSharePoint_p_URL connection property points to a specific site, the relative URL will be relative to the site supplied in the RSBSharePoint_p_URL. |
| InputFilePath | String | False | False | The location of the file to be uploaded. |
| FileName | String | True | False | The name of the File to be created. |
| Overwrite | String | False | False | A Boolean value to overwrite the existing file data. |
| Content | String | False | True | The content as InputStream to be uploaded when InputFilePath is not specified. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation was successful or not. |
| Id | String | Unique identifier Value Returned after completing the operation. |