CopyResource
Copy a file or folder to a different location in the user's Dropbox. If the source path is a folder all its contents will be copied.
Input
Name | Type | Required | Description |
From_Path | String | False | String(pattern='(/(.|[\r\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)')Path in the user's Dropbox to be copied or moved. |
To_Path | String | False | String(pattern='(/(.|[\r\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)')Path in the user's Dropbox that is the destination. |
Autorename | String | False | Boolean If there's a conflict, have the Dropbox server try to autorename the file to avoid the conflict. The default for this field is False. |
Allow_Ownership_Transfer | String | False | Boolean Allow moves by owner even if it would result in an ownership transfer for the content being moved. This does not apply to copies. The default for this field is False. |
ObjectPathsAggregate | String | False | An aggregate representing the object path. Can also be the name of a #TEMP table. |
Result Set Columns
Name | Type | Description |
Success | String | The status of the operation. |