GitCommitsBaseController.QueryCommits 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.Controllers.Git
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Protected Friend Function QueryCommits ( _
    searchCriteria As GitQueryCommitsCriteria, _
    repositoryId As String, _
    projectId As String, _
    skip As Nullable(Of Integer), _
    top As Nullable(Of Integer) _
) As HttpResponseMessage
protected internal HttpResponseMessage QueryCommits(
    GitQueryCommitsCriteria searchCriteria,
    string repositoryId,
    string projectId,
    Nullable<int> skip,
    Nullable<int> top
)
protected public:
HttpResponseMessage^ QueryCommits(
    GitQueryCommitsCriteria^ searchCriteria, 
    String^ repositoryId, 
    String^ projectId, 
    Nullable<int> skip, 
    Nullable<int> top
)
member QueryCommits : 
        searchCriteria:GitQueryCommitsCriteria * 
        repositoryId:string * 
        projectId:string * 
        skip:Nullable<int> * 
        top:Nullable<int> -> HttpResponseMessage
function QueryCommits(
    searchCriteria : GitQueryCommitsCriteria, 
    repositoryId : String, 
    projectId : String, 
    skip : Nullable<int>, 
    top : Nullable<int>
) : HttpResponseMessage

Parameters

  • searchCriteria
    Type: GitQueryCommitsCriteria

Return Value

Type: System.Net.Http.HttpResponseMessage

.NET Framework Security

See Also

Reference

GitCommitsBaseController Class

Microsoft.TeamFoundation.SourceControl.WebApi.Controllers.Git Namespace