GitCommitsController.Get 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 Get ( _
commitId As String, _
repositoryId As String, _
projectId As String, _
maxFiles As Integer, _
skipFiles As Integer _
) As HttpResponseMessage
[HttpGetAttribute]
public HttpResponseMessage Get(
string commitId,
string repositoryId,
string projectId,
int maxFiles,
int skipFiles
)
[HttpGetAttribute]
public:
HttpResponseMessage^ Get(
String^ commitId,
String^ repositoryId,
String^ projectId,
int maxFiles,
int skipFiles
)
[<HttpGetAttribute>]
member Get :
commitId:string *
repositoryId:string *
projectId:string *
maxFiles:int *
skipFiles:int -> HttpResponseMessage
public function Get(
commitId : String,
repositoryId : String,
projectId : String,
maxFiles : int,
skipFiles : int
) : HttpResponseMessage
Parameters
- commitId
Type: System.String
- repositoryId
Type: System.String
- projectId
Type: System.String
- maxFiles
Type: System.Int32
- skipFiles
Type: System.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.