MoveCopyUtil.CopyFolderByPath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public static void CopyFolderByPath (Microsoft.SharePoint.Client.ClientRuntimeContext context, Microsoft.SharePoint.Client.ResourcePath srcPath, Microsoft.SharePoint.Client.ResourcePath destPath, Microsoft.SharePoint.Client.MoveCopyOptions options);
static member CopyFolderByPath : Microsoft.SharePoint.Client.ClientRuntimeContext * Microsoft.SharePoint.Client.ResourcePath * Microsoft.SharePoint.Client.ResourcePath * Microsoft.SharePoint.Client.MoveCopyOptions -> unit
Public Shared Sub CopyFolderByPath (context As ClientRuntimeContext, srcPath As ResourcePath, destPath As ResourcePath, options As MoveCopyOptions)
Parameters
- context
- ClientRuntimeContext
- srcPath
- ResourcePath
- destPath
- ResourcePath
- options
- MoveCopyOptions
- Attributes