Folder.MoveTo method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub MoveTo ( _
newUrl As String _
)
'Usage
Dim instance As Folder
Dim newUrl As String
instance.MoveTo(newUrl)
public void MoveTo(
string newUrl
)
Parameters
- newUrl
Type: System.String