Share via


GitItemsController.GetItem 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
Public Function GetItem ( _
    repositoryId As String, _
    projectId As String, _
    path As String, _
    recursionLevel As String, _
    includeContentMetadata As String, _
    latestProcessedChange As String, _
    download As String _
) As HttpResponseMessage
public HttpResponseMessage GetItem(
    string repositoryId,
    string projectId,
    string path,
    string recursionLevel,
    string includeContentMetadata,
    string latestProcessedChange,
    string download
)
public:
HttpResponseMessage^ GetItem(
    String^ repositoryId, 
    String^ projectId, 
    String^ path, 
    String^ recursionLevel, 
    String^ includeContentMetadata, 
    String^ latestProcessedChange, 
    String^ download
)
member GetItem : 
        repositoryId:string * 
        projectId:string * 
        path:string * 
        recursionLevel:string * 
        includeContentMetadata:string * 
        latestProcessedChange:string * 
        download:string -> HttpResponseMessage
public function GetItem(
    repositoryId : String, 
    projectId : String, 
    path : String, 
    recursionLevel : String, 
    includeContentMetadata : String, 
    latestProcessedChange : String, 
    download : String
) : HttpResponseMessage

Parameters

Return Value

Type: System.Net.Http.HttpResponseMessage

.NET Framework Security

See Also

Reference

GitItemsController Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace