VersionControlServer.DownloadFile Method (String, Int32, VersionSpec, String)

Downloads the specified version of a file from the server to a local file.

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

Syntax

'Declaration
Public Sub DownloadFile ( _
    serverPath As String, _
    deletionId As Integer, _
    version As VersionSpec, _
    localFileName As String _
)
public void DownloadFile(
    string serverPath,
    int deletionId,
    VersionSpec version,
    string localFileName
)
public:
void DownloadFile(
    String^ serverPath, 
    int deletionId, 
    VersionSpec^ version, 
    String^ localFileName
)
member DownloadFile : 
        serverPath:string * 
        deletionId:int * 
        version:VersionSpec * 
        localFileName:string -> unit
public function DownloadFile(
    serverPath : String, 
    deletionId : int, 
    version : VersionSpec, 
    localFileName : String
)

Parameters

  • serverPath
    Type: System.String

    The repository path of the file to download.

  • deletionId
    Type: System.Int32

    The deletion ID of the file if it has been deleted.

  • localFileName
    Type: System.String

    The local path where the local file should be stored.

.NET Framework Security

See Also

Reference

VersionControlServer Class

DownloadFile Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace