VersionControlServer.DownloadFile Method
Include Protected Members
Include Inherited Members
Downloads the specified version of a file from the server to 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 | |
---|---|---|
DownloadFile(String, String) | Downloads the latest version of a file from the server to a local file. | |
DownloadFile(String, Int32, VersionSpec, String) | Downloads the specified version of a file from the server to a local file. |
Top