Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

getProperties() - Read properties of a todo topic

Function:

BcAdminTodo.getProperties()

Reads all the properties of the specified todo topic and returns a dictionary with key-value pairs for the properties.

Parameters:

bc_object (BcObject of type BcObjectType.TODO)

The todo topic whose properties are to be read.

Return:

Dictionary with the key-value pairs for all the properties of the todo topic. You can find the possible values for key in Properties of a todo topic .

Exceptions:

BcObjectException, BcToolException

Example:

...
import BcAdminTodo
...
todoProps=BcAdminTodo.getProperties(elem)
...