MoveCopyUtil.MoveFolderByPath method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Shared Sub MoveFolderByPath ( _
context As ClientRuntimeContext, _
srcPath As ResourcePath, _
destPath As ResourcePath, _
options As MoveCopyOptions _
)
'Usage
Dim context As ClientRuntimeContext
Dim srcPath As ResourcePath
Dim destPath As ResourcePath
Dim options As MoveCopyOptionsMoveCopyUtil.MoveFolderByPath(context, srcPath, _
destPath, options)
public static void MoveFolderByPath(
ClientRuntimeContext context,
ResourcePath srcPath,
ResourcePath destPath,
MoveCopyOptions options
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- srcPath
Type: Microsoft.SharePoint.Client.ResourcePath
- destPath
Type: Microsoft.SharePoint.Client.ResourcePath
- options
Type: Microsoft.SharePoint.Client.MoveCopyOptions