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 | |
|---|---|---|
| .gif) | 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. | 
| .gif) | AddUpdateTemplate | Add or update a template with the given properties. | 
| .gif) | DeleteTemplate | Tele a template with the given id | 
| .gif) | GetTemplateData | Retrieve a methodology zip file to a temporary file path | 
| .gif) | GetTemplateIndex | Gets the index of the template with the given name or -1 if the template could not be found. | 
| .gif) | GetTemplateNames | Obsolete. This method is obsolete. Please use the TemplateHeaders method instead Get the template names in XML package. | 
| .gif) | MakeDefaultTemplate | Set the given template to be the default template | 
| .gif) | TemplateHeaders | Get a list of the headers for all process templates on the server. The first entry will be the default template (if any). | 
| .gif) | UploadMethodology | Obsolete. This method is obsolete. Please use AddUpdateTemplate instead. Uploads the template resources for the given template id | 
Top