WorkHttpClientBase.GetBoardMappingParentItemsAsync 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.
[Preview API] Returns the list of parent field filter model for the given list of workitem ids
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Work.WebApi.ParentChildWIMap>> GetBoardMappingParentItemsAsync(Microsoft.TeamFoundation.Core.WebApi.Types.TeamContext teamContext, string childBacklogContextCategoryRefName, System.Collections.Generic.IEnumerable<int> workitemIds, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetBoardMappingParentItemsAsync : Microsoft.TeamFoundation.Core.WebApi.Types.TeamContext * string * seq<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Work.WebApi.ParentChildWIMap>>
override this.GetBoardMappingParentItemsAsync : Microsoft.TeamFoundation.Core.WebApi.Types.TeamContext * string * seq<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Work.WebApi.ParentChildWIMap>>
Parameters
- teamContext
- TeamContext
The team context for the operation
- childBacklogContextCategoryRefName
- String
- workitemIds
- IEnumerable<Int32>
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.