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