Share via


GitHttpClient.GetItemsAsync Method

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Function GetItemsAsync ( _
    repositoryId As Guid, _
    path As String, _
    version As GitVersionDescriptor, _
    recursionLevel As VersionControlRecursionType, _
    includeContentMetadata As Boolean, _
    includeLatestChange As Boolean, _
    userState As Object _
) As Task(Of GitItemsCollection)
public Task<GitItemsCollection> GetItemsAsync(
    Guid repositoryId,
    string path,
    GitVersionDescriptor version,
    VersionControlRecursionType recursionLevel,
    bool includeContentMetadata,
    bool includeLatestChange,
    Object userState
)
public:
Task<GitItemsCollection^>^ GetItemsAsync(
    Guid repositoryId, 
    String^ path, 
    GitVersionDescriptor^ version, 
    VersionControlRecursionType recursionLevel, 
    bool includeContentMetadata, 
    bool includeLatestChange, 
    Object^ userState
)
member GetItemsAsync : 
        repositoryId:Guid * 
        path:string * 
        version:GitVersionDescriptor * 
        recursionLevel:VersionControlRecursionType * 
        includeContentMetadata:bool * 
        includeLatestChange:bool * 
        userState:Object -> Task<GitItemsCollection> 
public function GetItemsAsync(
    repositoryId : Guid, 
    path : String, 
    version : GitVersionDescriptor, 
    recursionLevel : VersionControlRecursionType, 
    includeContentMetadata : boolean, 
    includeLatestChange : boolean, 
    userState : Object
) : Task<GitItemsCollection>

Parameters

Return Value

Type: System.Threading.Tasks.Task<GitItemsCollection>

.NET Framework Security

See Also

Reference

GitHttpClient Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace