TfvcHttpClient.GetItemsAsync Method

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

Syntax

'Declaration
Public Function GetItemsAsync ( _
    scopePath As String, _
    versionDescriptor As TfvcVersionDescriptor, _
    recursionLevel As VersionControlRecursionType, _
    userState As Object _
) As Task(Of TfvcItemsCollection)
public Task<TfvcItemsCollection> GetItemsAsync(
    string scopePath,
    TfvcVersionDescriptor versionDescriptor,
    VersionControlRecursionType recursionLevel,
    Object userState
)
public:
Task<TfvcItemsCollection^>^ GetItemsAsync(
    String^ scopePath, 
    TfvcVersionDescriptor^ versionDescriptor, 
    VersionControlRecursionType recursionLevel, 
    Object^ userState
)
member GetItemsAsync : 
        scopePath:string * 
        versionDescriptor:TfvcVersionDescriptor * 
        recursionLevel:VersionControlRecursionType * 
        userState:Object -> Task<TfvcItemsCollection> 
public function GetItemsAsync(
    scopePath : String, 
    versionDescriptor : TfvcVersionDescriptor, 
    recursionLevel : VersionControlRecursionType, 
    userState : Object
) : Task<TfvcItemsCollection>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

TfvcHttpClient Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace