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

Return Value

Type: System.Net.Http.HttpResponseMessage

.NET Framework Security

See Also

Reference

GitBranchStatsController Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace