TeamFoundationVersionControlService.DownloadFile Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Dichiarazione
Public Sub DownloadFile ( _
requestContext As TeamFoundationRequestContext, _
serverPath As String, _
deletionId As Integer, _
version As VersionSpec, _
localFileName As String _
)
public void DownloadFile(
TeamFoundationRequestContext requestContext,
string serverPath,
int deletionId,
VersionSpec version,
string localFileName
)
public:
void DownloadFile(
TeamFoundationRequestContext^ requestContext,
String^ serverPath,
int deletionId,
VersionSpec^ version,
String^ localFileName
)
member DownloadFile :
requestContext:TeamFoundationRequestContext *
serverPath:string *
deletionId:int *
version:VersionSpec *
localFileName:string -> unit
public function DownloadFile(
requestContext : TeamFoundationRequestContext,
serverPath : String,
deletionId : int,
version : VersionSpec,
localFileName : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- serverPath
Type: System.String
- deletionId
Type: System.Int32
- localFileName
Type: System.String
.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.