File.CopyToUsingPath method

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Sub CopyToUsingPath ( _
    newPath As ResourcePath, _
    bOverWrite As Boolean _
)
'Usage
Dim instance As File
Dim newPath As ResourcePath
Dim bOverWrite As Boolean

instance.CopyToUsingPath(newPath, bOverWrite)
public void CopyToUsingPath(
    ResourcePath newPath,
    bool bOverWrite
)

Parameters

See also

Reference

File class

File members

Microsoft.SharePoint.Client namespace