IProcessTemplate.Download Method (String)

Downloads the build process template at the specified version specification.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Function Download ( _
    versionSpec As String _
) As String
string Download(
    string versionSpec
)
String^ Download(
    String^ versionSpec
)
abstract Download : 
        versionSpec:string -> string
function Download(
    versionSpec : String
) : String

Parameters

  • versionSpec
    Type: System.String

    Any valid version control version specifier in string form.

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

See Also

Reference

IProcessTemplate Interface

Download Overload

Microsoft.TeamFoundation.Build.Client Namespace