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)

Syntax

'Declaration
Public Sub DownloadTheirFile ( _
    localFileName As String _
)
public void DownloadTheirFile(
    string localFileName
)
public:
void DownloadTheirFile(
    String^ localFileName
)
member DownloadTheirFile : 
        localFileName:string -> unit
public function DownloadTheirFile(
    localFileName : String
)

Parameters

  • localFileName
    Type: System.String

    The local path of where to save their file.

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Client Namespace