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

Public method

DownloadFile(String, String)

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.

Public method

DownloadFile(String, Int32, VersionSpec, String)

Downloads a file from Team Foundation Server and places its contents in a local file.

Top

See Also

Reference

VersionControlServer Class

VersionControlServer Members

Microsoft.TeamFoundation.VersionControl.Client Namespace