Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Downloads the content for your file in the conflict. Throws an exception if no your file is available.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub DownloadYourFile ( _
localFileName As String _
)
public void DownloadYourFile(
string localFileName
)
public:
void DownloadYourFile(
String^ localFileName
)
member DownloadYourFile :
localFileName:string -> unit
public function DownloadYourFile(
localFileName : String
)
Parameters
localFileName
Type: System.StringThe local path of where to save your file.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.