Skip to content

List Class

Luis edited this page Jan 29, 2019 · 10 revisions

string GetId()

Returns the id of the List.


table GetData( string suffix)

Returns data about the list.
This function is used by other functions.
The usage of this function is discouraged.


string GetName()

Returns the name of the list.


Board GetBoard()

Returns the name of the list.


bool isSubscribed()

Returns whether the user is subscribed to the list.


bool isClosed()

Returns whether the list is closed (archived).


int GetPosition()

Returns the position of the list in the board.


void SetProperty( string property, Variant value)

Returns data about the list.
This function is used by other functions.
The usage of this function is discouraged.


void SetName( string name)

Sets the name of the list.

void **SetBoard( Board board)

Moves the list to the specified board.

Clone this wiki locally