This documentation is archived and is not being maintained.

Conflict::DownloadBaseFile Method

Downloads the base file for this conflict.

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

The local path of where to save the base file.

Throws an exception if no base file is available, such as in conflicts caused by a baseless merge.

Show: