C# Class trellow.api.Cards.NewCard

Exibir arquivo Open project: Bunk/trellow

Public Methods

Method Description
NewCard ( string name, IListId list ) : trellow.api.Lists

Method Details

NewCard() public method

public NewCard ( string name, IListId list ) : trellow.api.Lists
name string A string with a length from 1 to 16384.
list IListId Id of the list that the card should be added to.
return trellow.api.Lists