CopyFile
Copy a File.
Input
Name | Type | Description |
FileID | String | The Id of the file to copy. |
DestinationFolderId | String | The Id of the destination folder to copy the File to. |
FileVersionID | String | The Id of the file version to copy. If not fed, it will copy the latest version. |
NewName | String | An optional new name for the copied file. |
AsUserId | String | The Id of the user you want to impersonate. Only works with Admin, Co-Admin and Service Accounts. |
Result Set Columns
Name | Type | Description |
Success | String | Whether or not the file was successfully copied. |
ID | String | Id of the copied file. |