-
Notifications
You must be signed in to change notification settings - Fork 2
Board Class
Returns the id of the board.
Returns data about the board.
This function is used by other functions.
The usage of this function is discouraged.
Returns the full URL of the board.
Returns the short URL of the board.
Returns the name of the board.
Returns the description of the board.
Returns whether the board is closed (archived).
Returns a table of List objects, with numerical indexes.
Returns a table of Card objects, with numerical indexes.
List GetListByName( string name)
Returns the first list which name matches the argument.
Card GetCardByName( string name)
Returns the first card which name matches the argument.
Returns "Board"
Sets the Board's properties.
This function is used by other functions.
The usage of this function is discouraged.
Renames the board.
Sets the description of the board.
Opens or closes (archiving) the board.
Deletes the board.
NOT REVERSIBLE!