This documentation is archived and is not being maintained.

IBuildServer::SaveProcessTemplates Method

Saves any changes that were made to the build process templates to the server.

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

array<IProcessTemplate^>^ SaveProcessTemplates(
	array<IProcessTemplate^>^ processTemplates
)

Parameters

processTemplates
Type: array<Microsoft.TeamFoundation.Build.Client::IProcessTemplate>

The build process templates to be saved.

Return Value

Type: array<Microsoft.TeamFoundation.Build.Client::IProcessTemplate>
The build process templates.

Show: