MoveCopyUtil.MoveFolderByPath Method

Definition

[Microsoft.SharePoint.Client.Remote]
public static void MoveFolderByPath (Microsoft.SharePoint.Client.ClientRuntimeContext context, Microsoft.SharePoint.Client.ResourcePath srcPath, Microsoft.SharePoint.Client.ResourcePath destPath, Microsoft.SharePoint.Client.MoveCopyOptions options);
static member MoveFolderByPath : Microsoft.SharePoint.Client.ClientRuntimeContext * Microsoft.SharePoint.Client.ResourcePath * Microsoft.SharePoint.Client.ResourcePath * Microsoft.SharePoint.Client.MoveCopyOptions -> unit
Public Shared Sub MoveFolderByPath (context As ClientRuntimeContext, srcPath As ResourcePath, destPath As ResourcePath, options As MoveCopyOptions)

Parameters

srcPath
ResourcePath
destPath
ResourcePath
options
MoveCopyOptions
Attributes

Applies to