IProcessTemplates.DeleteTemplate Method

Tele a template with the given id

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

Syntax

'Declaration
Function DeleteTemplate ( _
    templateId As Integer _
) As TemplateHeader()
TemplateHeader[] DeleteTemplate(
    int templateId
)
array<TemplateHeader^>^ DeleteTemplate(
    int templateId
)
abstract DeleteTemplate : 
        templateId:int -> TemplateHeader[] 
function DeleteTemplate(
    templateId : int
) : TemplateHeader[]

Parameters

  • templateId
    Type: System.Int32

    The id of the template to delete

Return Value

Type: array<Microsoft.TeamFoundation.Server.TemplateHeader[]
Array of template headers after you delete the given template

.NET Framework Security

See Also

Reference

IProcessTemplates Interface

Microsoft.TeamFoundation.Server Namespace