Share via


ProcessTemplateWebService.DeleteTemplate Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.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

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Server.Alm.WebServices.FrameworkTemplateHeader[]

.NET Framework Security

See Also

Reference

ProcessTemplateWebService Class

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace