Edit

Share via


TfvcHttpClient.GetItemsPagedAsync Method

Definition

Overloads

GetItemsPagedAsync(Int32, String, Nullable<Int32>, String, Object, CancellationToken)

[Internal customers only API] Get lightweight item metadata information with continuation token support. Gets the specified number of items under the scopePath at full recursion.

GetItemsPagedAsync(Guid, Int32, String, Nullable<Int32>, String, Object, CancellationToken)

[Internal customers only API] Get lightweight item metadata information with continuation token support. Gets the specified number of items under the scopePath at full recursion.

GetItemsPagedAsync(String, Int32, String, Nullable<Int32>, String, Object, CancellationToken)

[Internal customers only API] Get lightweight item metadata information with continuation token support. Gets the specified number of items under the scopePath at full recursion.

GetItemsPagedAsync(Int32, String, Nullable<Int32>, String, Object, CancellationToken)

[Internal customers only API] Get lightweight item metadata information with continuation token support. Gets the specified number of items under the scopePath at full recursion.

public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem>> GetItemsPagedAsync(int top, string scopePath = null, Nullable<int> changeset = null, string continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetItemsPagedAsync : int * string * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem>>
override this.GetItemsPagedAsync : int * string * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem>>

Parameters

top
Int32
scopePath
String
changeset
Nullable<Int32>
continuationToken
String
userState
Object
cancellationToken
CancellationToken

Returns

Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<TfvcItem>>

Applies to

GetItemsPagedAsync(Guid, Int32, String, Nullable<Int32>, String, Object, CancellationToken)

[Internal customers only API] Get lightweight item metadata information with continuation token support. Gets the specified number of items under the scopePath at full recursion.

public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem>> GetItemsPagedAsync(Guid project, int top, string scopePath = null, Nullable<int> changeset = null, string continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetItemsPagedAsync : Guid * int * string * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem>>
override this.GetItemsPagedAsync : Guid * int * string * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem>>

Parameters

project
Guid
top
Int32
scopePath
String
changeset
Nullable<Int32>
continuationToken
String
userState
Object
cancellationToken
CancellationToken

Returns

Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<TfvcItem>>

Applies to

GetItemsPagedAsync(String, Int32, String, Nullable<Int32>, String, Object, CancellationToken)

[Internal customers only API] Get lightweight item metadata information with continuation token support. Gets the specified number of items under the scopePath at full recursion.

public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem>> GetItemsPagedAsync(string project, int top, string scopePath = null, Nullable<int> changeset = null, string continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetItemsPagedAsync : string * int * string * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem>>
override this.GetItemsPagedAsync : string * int * string * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem>>

Parameters

project
String
top
Int32
scopePath
String
changeset
Nullable<Int32>
continuationToken
String
userState
Object
cancellationToken
CancellationToken

Returns

Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<TfvcItem>>

Applies to