Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Studio SDK
Item Class
Item Methods
 DownloadFile Method

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
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)

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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker