This documentation is archived and is not being maintained.

Item::DownloadFile Method (String)

Downloads the content for this version of the item.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
void DownloadFile(
	String^ localFileName
)

Parameters

localFileName
Type: System::String

Local path to use to save the downloaded file contents.

Show: