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.Int32The 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
- 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.