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.
ITestManagementTeamProject::DownloadAttachments Method (IList<ITestAttachment^>^, IList<String^>^)
Downloads a set of attachments to the specified paths.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
void DownloadAttachments(
IList<ITestAttachment^>^ attachments,
IList<String^>^ localFiles
)
Parameters
- attachments
-
Type:
System.Collections.Generic::IList<ITestAttachment^>^
List of attachments to retrieve.
- localFiles
-
Type:
System.Collections.Generic::IList<String^>^
File names in which to put attachments. This list must be the same length as attachments.
If an error occurs, the method throws an exception and stops. The local files are left in an undefined state.
Show: