ProcessTemplatesController.GetProcessTemplates Method
Gets build process templates
Namespace: Microsoft.TeamFoundation.Build.Server.Rest
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<HttpGetAttribute> _
Public Function GetProcessTemplates ( _
projectName As String _
) As HttpResponseMessage
[HttpGetAttribute]
public HttpResponseMessage GetProcessTemplates(
string projectName
)
[HttpGetAttribute]
public:
HttpResponseMessage^ GetProcessTemplates(
String^ projectName
)
[<HttpGetAttribute>]
member GetProcessTemplates :
projectName:string -> HttpResponseMessage
public function GetProcessTemplates(
projectName : String
) : HttpResponseMessage
Parameters
- projectName
Type: System.String
Return Value
Type: System.Net.Http.HttpResponseMessage
.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.