Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Downloads the latest 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, _
localFileName As String _
)
public void DownloadFile(
string serverPath,
string localFileName
)
public:
void DownloadFile(
String^ serverPath,
String^ localFileName
)
member DownloadFile :
serverPath:string *
localFileName:string -> unit
public function DownloadFile(
serverPath : String,
localFileName : String
)
Parameters
serverPath
Type: System.StringThe repository path of the file to download.
localFileName
Type: System.StringThe local path where the local file should be stored.
.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.