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)
Syntax
'Declaration
Function MakeDefaultTemplate ( _
templateId As Integer _
) As TemplateHeader()
TemplateHeader[] MakeDefaultTemplate(
int templateId
)
array<TemplateHeader^>^ MakeDefaultTemplate(
int templateId
)
abstract MakeDefaultTemplate :
templateId:int -> TemplateHeader[]
function MakeDefaultTemplate(
templateId : int
) : TemplateHeader[]
Parameters
templateId
Type: System.Int32The id of the template to make default
Return Value
Type: array<Microsoft.TeamFoundation.Server.TemplateHeader[]
Array of template headers after you make the given template default
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.