Asana.

GetWorkItemsByQueryIdAsync(string) Method

Assembly
Cake.Board.Asana.dll
Namespace
Cake.Board.Asana
Containing Type
Asana

Syntax

public Task<IEnumerable<IWorkItem>> GetWorkItemsByQueryIdAsync(string queryId)

Parameters

Name Type Description
queryId string

Return Value

Type Description
Task<IEnumerable<IWorkItem>>