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.
Gets builds process template
Namespace: Microsoft.TeamFoundation.Build.Server.Rest
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<HttpGetAttribute> _
Public Function GetProcessTemplate ( _
templateId As Integer _
) As BuildProcessTemplate
[HttpGetAttribute]
public BuildProcessTemplate GetProcessTemplate(
int templateId
)
[HttpGetAttribute]
public:
BuildProcessTemplate^ GetProcessTemplate(
int templateId
)
[<HttpGetAttribute>]
member GetProcessTemplate :
templateId:int -> BuildProcessTemplate
public function GetProcessTemplate(
templateId : int
) : BuildProcessTemplate
Parameters
- templateId
Type: System.Int32
Return Value
Type: BuildProcessTemplate
.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.