Share via


ProcessTemplateWebService.DeleteTemplate Method

Delete a process template

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function DeleteTemplate ( _
    templateId As Integer _
) As FrameworkTemplateHeader()
[WebMethodAttribute]
public FrameworkTemplateHeader[] DeleteTemplate(
    int templateId
)
[WebMethodAttribute]
public:
array<FrameworkTemplateHeader^>^ DeleteTemplate(
    int templateId
)
[<WebMethodAttribute>]
member DeleteTemplate : 
        templateId:int -> FrameworkTemplateHeader[] 
public function DeleteTemplate(
    templateId : int
) : FrameworkTemplateHeader[]

Parameters

  • templateId
    Type: System.Int32

    The id of the template to delete

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Server.WebServices.FrameworkTemplateHeader[]
The updated list of process template headers

.NET Framework Security

See Also

Reference

ProcessTemplateWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace