SPFile.CopyTo Method
Include Protected Members
Include Inherited Members
Copies the file to the destination URL.
Overload List
Name | Description | |
---|---|---|
CopyTo(String) | Copies the file to the destination URL but does not overwrite an existing file of the same name. | |
CopyTo(String, Boolean) | Copies the file to the destination URL and optionally overwrites an existing file of the same name. |
Top