File.MoveToUsingPath method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub MoveToUsingPath ( _
newPath As ResourcePath, _
moveOperations As MoveOperations _
)
'Usage
Dim instance As File
Dim newPath As ResourcePath
Dim moveOperations As MoveOperations
instance.MoveToUsingPath(newPath, moveOperations)
public void MoveToUsingPath(
ResourcePath newPath,
MoveOperations moveOperations
)
Parameters
- newPath
Type: Microsoft.SharePoint.Client.ResourcePath
- moveOperations
Type: Microsoft.SharePoint.Client.MoveOperations