Tag Name & type | # | Description |
---|
CFSRenameRequest | | Namespace of this element is http://ws.easylink.com/CFSRename/2011/01 |
| SubmitId xs:string | 0-1 | Optional string identifying request, which will be echoed in result. |
| OldRelativePath xs:string | 1 | This should be the path, relative to the user's base in the CFS, of the directory or file to be renamed. Note that forward-slash "/" is used as the path separator, and that the root directory ("/") is the user's base directory (e.g. "myfile.txt" and "/myfile.txt" refer to the same file). |
| NewRelativePath xs:string | 1 | This should be the new path, relative to the user's base in the CFS, of the directory or file. |
| ReplaceExisting xs:boolean | 0-1 | If this value is false (the default), then the rename operation will fail (leaving the original file intact) if a file with the new name already exists. If this value is true, then the rename will be carried out whether or not a file with the new name already existed. |