VersionControlServer.DownloadFile Method
Include Protected Members
Include Inherited Members
Downloads the latest version of a file from the server and puts its contents in a local file.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Downloads a file from Team Foundation Server and places its contents in a local file. This function only works on the most recent, non-deleted version of a file; there is an overload method that can download an old or deleted file.
DownloadFile(String, Int32, VersionSpec, String)
Downloads a file from Team Foundation Server and places its contents in a local file.
Top