GetWorkItemsForAsync(string)

public async Task<IReadOnlyList<WorkItem>> GetWorkItemsForAsync(string relatedId)
Returns:
Task<IReadOnlyList<WorkItem>>
Implements:
GetWorkItemsForAsync(string)

Parameters

relatedId string

GetWorkItemsForAsync(string, IAuthenticatedUser)

public async Task<IReadOnlyList<WorkItem>> GetWorkItemsForAsync(string relatedId, IAuthenticatedUser user)
Returns:
Task<IReadOnlyList<WorkItem>>
Implements:
GetWorkItemsForAsync(string, IAuthenticatedUser)

Parameters

relatedId string
In this article