This documentation is archived and is not being maintained.

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)

String^ Download()

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: