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
- templateId
Type: System.Int32
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.Alm.WebServices.FrameworkTemplateHeader[]
.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.
See Also
Reference
ProcessTemplateWebService Class
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace