This documentation is archived and is not being maintained.
IProcessTemplates Methods
Visual Studio 2013
The IProcessTemplates type exposes the following members.
| 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 |
Show: