Copy¶
Creates a new copy of file
1 |
|
Parameters¶
string id
Id number of of file
Returns¶
Instance of new copied file info.
Remarks¶
This method throws exception if given file id is not found.
Example¶
1 2 |
|
Creates a new copy of file
1 |
|
string id
Id number of of file
Instance of new copied file info.
This method throws exception if given file id is not found.
1 2 |
|