GitCommitsBatchController.PostGetCommitsBatch 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
<HttpPostAttribute> _
Public Function PostGetCommitsBatch ( _
searchCriteria As GitQueryCommitsCriteria, _
repositoryId As String, _
projectId As String, _
skip As Nullable(Of Integer), _
top As Nullable(Of Integer) _
) As HttpResponseMessage
[HttpPostAttribute]
public HttpResponseMessage PostGetCommitsBatch(
GitQueryCommitsCriteria searchCriteria,
string repositoryId,
string projectId,
Nullable<int> skip,
Nullable<int> top
)
[HttpPostAttribute]
public:
HttpResponseMessage^ PostGetCommitsBatch(
GitQueryCommitsCriteria^ searchCriteria,
String^ repositoryId,
String^ projectId,
Nullable<int> skip,
Nullable<int> top
)
[<HttpPostAttribute>]
member PostGetCommitsBatch :
searchCriteria:GitQueryCommitsCriteria *
repositoryId:string *
projectId:string *
skip:Nullable<int> *
top:Nullable<int> -> HttpResponseMessage
public function PostGetCommitsBatch(
searchCriteria : GitQueryCommitsCriteria,
repositoryId : String,
projectId : String,
skip : Nullable<int>,
top : Nullable<int>
) : HttpResponseMessage
Parameters
- searchCriteria
Type: GitQueryCommitsCriteria
- repositoryId
Type: System.String
- projectId
Type: System.String
- skip
Type: System.Nullable<Int32>
- top
Type: System.Nullable<Int32>
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.
See Also
Reference
GitCommitsBatchController Class
Microsoft.TeamFoundation.SourceControl.WebApi.Controllers.Git Namespace