Edit

Share via


WorkHttpClientBase.GetBoardMappingParentItemsAsync Method

Definition

[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.

Returns

Applies to