Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Service interface for managing process templates (add, delete, etc.)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Interface IProcessTemplates
public interface IProcessTemplates
public interface class IProcessTemplates
type IProcessTemplates = interface end
public interface IProcessTemplates
The IProcessTemplates type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddTemplate | Obsolete. This method is obsolete. Please use AddUpdateTemplate instead. Add a template with the given properties. If a template already exists with the given name, it will be overwritten. |
![]() |
AddUpdateTemplate | Add or update a template with the given properties. |
![]() |
DeleteTemplate | Tele a template with the given id |
![]() |
GetTemplateData | Retrieve a methodology zip file to a temporary file path |
![]() |
GetTemplateIndex | Gets the index of the template with the given name or -1 if the template could not be found. |
![]() |
GetTemplateNames | Obsolete. This method is obsolete. Please use the TemplateHeaders method instead Get the template names in XML package. |
![]() |
MakeDefaultTemplate | Set the given template to be the default template |
![]() |
TemplateHeaders | Get a list of the headers for all process templates on the server. The first entry will be the default template (if any). |
![]() |
UploadMethodology | Obsolete. This method is obsolete. Please use AddUpdateTemplate instead. Uploads the template resources for the given template id |
Top