copyFolder
Copy specified folder.
For more information, see the related documentation page.
Return
Call resulting in the copied folder's metadata.
Parameters
The id of the folder you would like to copy
The id of the destination folder
Copy specified folder.
Return
Call resulting in the copied folder's metadata.
See also
#copyFolder(long, long)
Parameters
The RemoteFolder you would like to copy. Must not be null.
The destination RemoteFolder. Must not be null.
Throws
on a null toFolder
argument.
Copy specified folder.
For more information, see the related documentation page.
Return
Call resulting in the copied folder's metadata.
Parameters
The id of the folder you would like to copy
The id of the destination folder
If set to true
, a file (or folder) with the same name in the destination folder will be overwritten.
Copy specified folder.
Return
Call resulting in the copied folder's metadata.
See also
#copyFolder(long, long)
Parameters
The RemoteFolder you would like to copy. Must not be null.
The destination RemoteFolder. Must not be null.
If set to true
, a file (or folder) with the same name in the destination folder will be overwritten.
Throws
on a null toFolder
argument.