This documentation is archived and is not being maintained.

Conflict::DownloadTheirFile Method

Downloads the content for their file in the conflict. Throws an exception if no incoming file is available.

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

public:
void DownloadTheirFile(
	String^ localFileName
)

Parameters

localFileName
Type: System::String

The local path of where to save their file.

Show: