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.StringThe 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.