TfvcHttpClient.GetItemsByChangesetPagedAsync 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
| GetItemsByChangesetPagedAsync(String, Int32, 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. |
| GetItemsByChangesetPagedAsync(Int32, 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. |
| GetItemsByChangesetPagedAsync(Guid, Int32, 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. |
GetItemsByChangesetPagedAsync(String, Int32, 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.TfvcItemPreviousHash>> GetItemsByChangesetPagedAsync(string project, int top, int baseChangeset, string scopePath = null, Nullable<int> targetChangeset = null, string continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetItemsByChangesetPagedAsync : string * int * int * string * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemPreviousHash>>
override this.GetItemsByChangesetPagedAsync : string * int * int * string * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemPreviousHash>>
Parameters
- project
- String
- top
- Int32
- baseChangeset
- Int32
- scopePath
- String
- continuationToken
- String
- userState
- Object
- cancellationToken
- CancellationToken
Returns
Applies to
GetItemsByChangesetPagedAsync(Int32, 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.TfvcItemPreviousHash>> GetItemsByChangesetPagedAsync(int top, int baseChangeset, string scopePath = null, Nullable<int> targetChangeset = null, string continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetItemsByChangesetPagedAsync : int * int * string * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemPreviousHash>>
override this.GetItemsByChangesetPagedAsync : int * int * string * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemPreviousHash>>
Parameters
- top
- Int32
- baseChangeset
- Int32
- scopePath
- String
- continuationToken
- String
- userState
- Object
- cancellationToken
- CancellationToken
Returns
Applies to
GetItemsByChangesetPagedAsync(Guid, Int32, 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.TfvcItemPreviousHash>> GetItemsByChangesetPagedAsync(Guid project, int top, int baseChangeset, string scopePath = null, Nullable<int> targetChangeset = null, string continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetItemsByChangesetPagedAsync : Guid * int * int * string * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemPreviousHash>>
override this.GetItemsByChangesetPagedAsync : Guid * int * int * string * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemPreviousHash>>
Parameters
- project
- Guid
- top
- Int32
- baseChangeset
- Int32
- scopePath
- String
- continuationToken
- String
- userState
- Object
- cancellationToken
- CancellationToken