Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Delete a process template
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.Int32The id of the template to delete
Return Value
Type: array<Microsoft.TeamFoundation.Server.Core.WebServices.FrameworkTemplateHeader[]
The updated list of process template headers
.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.