This documentation is archived and is not being maintained.

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)

String^ Download(
	String^ versionSpec
)

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.

The build process is downloaded to a temporary file and deleted after the file contents are read.

Show: