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)

Syntax

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

Parameters

  • localFileName
    Type: System.String

    The local path of where to save your file.

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Client Namespace