DependencyInstaller.CopyFolderContentsRecursive(String, String) Method

Definition

protected:
 System::Threading::Tasks::Task ^ CopyFolderContentsRecursive(System::String ^ destinationPath, System::String ^ sourcePath);
protected System.Threading.Tasks.Task CopyFolderContentsRecursive (string destinationPath, string sourcePath);
member this.CopyFolderContentsRecursive : string * string -> System.Threading.Tasks.Task
Protected Function CopyFolderContentsRecursive (destinationPath As String, sourcePath As String) As Task

Parameters

destinationPath
String
sourcePath
String

Returns

Task

Applies to