MoveCopyUtil Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.MoveCopyUtil", ServerTypeId="{c668c5ca-bbdd-435f-8008-502f3180cf20}")]
public static class MoveCopyUtil
type MoveCopyUtil = class
Public Class MoveCopyUtil
Inheritance
MoveCopyUtil
Attributes

Methods

CopyFile(ClientRuntimeContext, String, String, Boolean, MoveCopyOptions)
CopyFileByPath(ClientRuntimeContext, ResourcePath, ResourcePath, Boolean, MoveCopyOptions)
CopyFolder(ClientRuntimeContext, String, String, MoveCopyOptions)
CopyFolderByPath(ClientRuntimeContext, ResourcePath, ResourcePath, MoveCopyOptions)
MoveFile(ClientRuntimeContext, String, String, Boolean, MoveCopyOptions)
MoveFileByPath(ClientRuntimeContext, ResourcePath, ResourcePath, Boolean, MoveCopyOptions)
MoveFolder(ClientRuntimeContext, String, String, MoveCopyOptions)
MoveFolderByPath(ClientRuntimeContext, ResourcePath, ResourcePath, MoveCopyOptions)

Applies to