Asana.

GetWorkItemsByProjectIdAsync(string) Method

Summary

Fetch all work items by project.
Assembly
Cake.Board.Asana.dll
Namespace
Cake.Board.Asana
Containing Type
Asana

Syntax

public Task<IEnumerable<IWorkItem>> GetWorkItemsByProjectIdAsync(string project)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
project string The project name.

Return Value

Type Description
Task<IEnumerable<IWorkItem>> A Task<TResult> representing the result of the asynchronous operation.