This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Board.Asana.
Summary
Syntax
public static Task<IEnumerable<IWorkItem>> GetTasksByProjectIdAsync(this ICakeContext context, string personalAccessToken, string projectId)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
CakeMethodAliasAttribute |
|
ObsoleteAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The ICakeContext of precess. |
personalAccessToken |
string |
The personal access token. |
projectId |
string |
The project id. |
Return Value