trellow.api.Cards.Internal.AsyncCards.ForChecklist C# (CSharp) Method

ForChecklist() public method

public ForChecklist ( IChecklistId checklist, CardFilter filter = CardFilter.Open ) : Task>
checklist IChecklistId
filter CardFilter
return Task>
		public Task<IEnumerable<Card>> ForChecklist(IChecklistId checklist, CardFilter filter = CardFilter.Open)
		{
			return _restClient.RequestListAsync<Card>(new CardsForChecklistRequest(checklist, filter));
		}