This documentation is archived and is not being maintained.

IProcessTemplates::AddUpdateTemplate Method

Add or update a template with the given properties.

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

void AddUpdateTemplate(
	String^ name, 
	String^ description, 
	String^ metadata, 
	String^ state, 
	String^ zipFileName
)

Parameters

name
Type: System::String

The name of the template to add

description
Type: System::String

A description of the template

metadata
Type: System::String

Extra metadata associated with the template

state
Type: System::String

This value is no longer used and will be ignored

zipFileName
Type: System::String

The name of the zip file that contains the process template resources

Show: