Reference for Team Foundation Server SDK
Item.DownloadFile Method

Downloads the content for this version of the item.

Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in microsoft.teamfoundation.versioncontrol.client.dll)

Syntax

Visual Basic (Declaration)
Public Sub DownloadFile ( _
	localFileName As String _
)
Visual Basic (Usage)
Dim instance As Item
Dim localFileName As String

instance.DownloadFile(localFileName)
C#
public void DownloadFile (
	string localFileName
)
C++
public:
void DownloadFile (
	String^ localFileName
)
J#
public void DownloadFile (
	String localFileName
)
JScript
public function DownloadFile (
	localFileName : String
)

Parameters

localFileName

The location where the downloaded file contents are to be saved.

See Also

Tags :


Page view tracker