GitBranchStatsController.GetBranches Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<HttpGetAttribute> _
Public Function GetBranches ( _
repositoryId As String, _
projectId As String _
) As HttpResponseMessage
[HttpGetAttribute]
public HttpResponseMessage GetBranches(
string repositoryId,
string projectId
)
[HttpGetAttribute]
public:
HttpResponseMessage^ GetBranches(
String^ repositoryId,
String^ projectId
)
[<HttpGetAttribute>]
member GetBranches :
repositoryId:string *
projectId:string -> HttpResponseMessage
public function GetBranches(
repositoryId : String,
projectId : String
) : HttpResponseMessage
Parameters
- repositoryId
Type: System.String
- projectId
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.