File.CopyToUsingPath(ResourcePath, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public void CopyToUsingPath (Microsoft.SharePoint.Client.ResourcePath newPath, bool bOverWrite);
member this.CopyToUsingPath : Microsoft.SharePoint.Client.ResourcePath * bool -> unit
Public Sub CopyToUsingPath (newPath As ResourcePath, bOverWrite As Boolean)
Parameters
- newPath
- ResourcePath
- bOverWrite
- Boolean
- Attributes