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)

Syntax

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

Parameters

  • localFileName
    Type: System.String

    The local path of where to save the base file.

Remarks

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

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Client Namespace