-
Notifications
You must be signed in to change notification settings - Fork 2
Card Class
Luis edited this page Apr 29, 2019
·
6 revisions
Returns the id of the card.
Returns data about the card.
This function is used by other functions.
The usage of this function is discouraged.
Returns the name of the card.
Board GetBoard()
Returns the card's board as a Board object.
List GetList()
Returns the card's list as a List object.
Returns whether the user is subscribed to the card.
Returns whether the card is closed (archived).
Returns the position of the card in the list.
Returns "Card"
Sets properties of the card.
This function is used by other functions.
The usage of this function is discouraged.
Sets the name of the card.
Sets the description of the card.
void Move( List list)
Moves the card to the specified list.
Posts a comment to the card.
Deletes the card.
NOT REVERSIBLE!