This documentation is archived and is not being maintained.

PendingChange::DownloadBaseFile Method (String)

Downloads the base version of the file upon which the change was pended.

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

public:
void DownloadBaseFile(
	String^ localFileName
)

Parameters

localFileName
Type: System::String

Local file in which to save the downloaded file contents.

Show: