IProcessTemplate.Download Method
Downloads the latest version of the build process template.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function Download As String
string Download()
String^ Download()
abstract Download : unit -> string
function Download() : String
Return Value
Type: System.String
The complete build process template as a string.
Remarks
The build process is downloaded to a temporary file and deleted after the file contents are read.
.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.