Share via


MoveCopyUtil.CopyFileByPath Method

Definition

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

Parameters

srcPath
ResourcePath
destPath
ResourcePath
overwrite
Boolean
options
MoveCopyOptions
Attributes

Applies to