FileTransferInformation(DataCollectionContext, String, Boolean) Constructor

Definition

Initializes a new instance of the FileTransferInformation class.

public:
 FileTransferInformation(Microsoft::VisualStudio::TestTools::Execution::DataCollectionContext ^ context, System::String ^ path, bool deleteFile);
public FileTransferInformation (Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext context, string path, bool deleteFile);
new Microsoft.VisualStudio.TestTools.Execution.FileTransferInformation : Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext * string * bool -> Microsoft.VisualStudio.TestTools.Execution.FileTransferInformation
Public Sub New (context As DataCollectionContext, path As String, deleteFile As Boolean)

Parameters

path
String

The path of the file on the client file system.

deleteFile
Boolean

true to delete the file after the transfer is completed.

Applies to