TfvcHttpClient.GetItemsPagedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- continuationToken
- String
- userState
- Object
- cancellationToken
- CancellationToken
Returns
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
- continuationToken
- String
- userState
- Object
- cancellationToken
- CancellationToken
Returns
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
- continuationToken
- String
- userState
- Object
- cancellationToken
- CancellationToken