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
- repositoryId
Type: System.Guid
- path
Type: System.String
- recursionLevel
Type: Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlRecursionType
- includeContentMetadata
Type: System.Boolean
- includeLatestChange
Type: System.Boolean
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<GitItemsCollection>
.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.