Replace¶
Replaces the contents of a file with the contents of another file.
myFiles.Replace(id: string, replaceWith: string):void
Parameters¶
string id
The ID of the file to be replaced.
string replaceWith
The ID of the file to replace the content with.