This documentation is archived and is not being maintained.

Conflict::DownloadYourFile Method

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

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

public:
void DownloadYourFile(
	String^ localFileName
)

Parameters

localFileName
Type: System::String

The local path of where to save your file.

Show: