This documentation is archived and is not being maintained.
ProcessTemplate Class
Visual Studio 2013
A Process Template has metadata (Name, Description, etc.) and also contains hierarchical named resources used during project creation A process template is uploaded and downloaded from the server as a Zip archive containing the hierarchical named resource files, but on the server these can be accessed individually through the GetResource() API on this class.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
The ProcessTemplate type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ProcessTemplate | Create a new process template object to add to the server. The process template will contain resources provided in the given Zip archive stream |
| Name | Description | |
|---|---|---|
![]() | Description | A description of the template |
![]() | Metadata | Extra metadata associated with the template |
![]() | Name | The template name (e.g. "MSF for Agile Software Development v6.0") |
![]() | Version | Process Template Version |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetResource(String) | Gets a resource with the given name from inside the process template |
![]() | GetResource(String, Byte(), Int64) | Gets a resource with the given name from inside the process template |
![]() | GetResourceNames | Get the resources names that are contained in the process template |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
