MoveCopyUtil.CopyFolder 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 CopyFolder (Microsoft.SharePoint.Client.ClientRuntimeContext context, string srcUrl, string destUrl, Microsoft.SharePoint.Client.MoveCopyOptions options);
static member CopyFolder : Microsoft.SharePoint.Client.ClientRuntimeContext * string * string * Microsoft.SharePoint.Client.MoveCopyOptions -> unit
Public Shared Sub CopyFolder (context As ClientRuntimeContext, srcUrl As String, destUrl As String, options As MoveCopyOptions)
Parameters
- context
- ClientRuntimeContext
- srcUrl
- String
- destUrl
- String
- options
- MoveCopyOptions
- Attributes