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