MoveCopyUtil.CopyFolderByPath method

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Shared Sub CopyFolderByPath ( _
    context As ClientRuntimeContext, _
    srcPath As ResourcePath, _
    destPath As ResourcePath, _
    options As MoveCopyOptions _
)
'Usage
Dim context As ClientRuntimeContext
Dim srcPath As ResourcePath
Dim destPath As ResourcePath
Dim options As MoveCopyOptionsMoveCopyUtil.CopyFolderByPath(context, srcPath, _
    destPath, options)
public static void CopyFolderByPath(
    ClientRuntimeContext context,
    ResourcePath srcPath,
    ResourcePath destPath,
    MoveCopyOptions options
)

Parameters

See also

Reference

MoveCopyUtil class

MoveCopyUtil members

Microsoft.SharePoint.Client namespace