-
Notifications
You must be signed in to change notification settings - Fork 2
List Class
Luis edited this page Feb 23, 2019
·
10 revisions
Returns the id of the List.
Returns data about the list.
This function is used by other functions.
The usage of this function is discouraged.
Returns the name of the list.
Board GetBoard()
Returns the list's board as a Board object.
Returns whether the user is subscribed to the list.
Returns whether the list is closed (archived).
Returns a table of Card objects, with numerical indexes.
Returns the position of the list in the board.
Card GetCardByName( string name)
Returns the first card which name matches the argument.
Returns "List"
Sets properties on the list.
This function is used by other functions.
The usage of this function is discouraged.
Sets the name of the list.
void Move( Board board)
Moves the list to the specified board.