The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
FileTransferInformation Constructor (DataCollectionContext^, String^, Boolean)
Initializes a new instance of the FileTransferInformation class.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
public: FileTransferInformation( DataCollectionContext^ context, String^ path, bool deleteFile )
Parameters
- context
-
Type:
Microsoft.VisualStudio.TestTools.Execution::DataCollectionContext^
A DataCollectionContext object.
- path
-
Type:
System::String^
The path of the file on the client file system.
- deleteFile
-
Type:
System::Boolean
true to delete the file after the transfer is completed.
Show: