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

See also

Reference

Folder class

Folder members

Microsoft.SharePoint.Client namespace