This documentation is archived and is not being maintained.

IProcessTemplates.MakeDefaultTemplate Method

Set the given template to be the default template

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

function MakeDefaultTemplate(
	templateId : int
) : TemplateHeader[]

Parameters

templateId
Type: System.Int32

The id of the template to make default

Return Value

Type: Microsoft.TeamFoundation.Server.TemplateHeader[]
Array of template headers after you make the given template default

Show: