Loading...
Select Version
Function: |
Reads all the properties of the specified todo topic and returns a dictionary with key-value pairs for the properties. |
Parameters: |
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: |
|
Example: | ... import BcAdminTodo ... todoProps=BcAdminTodo.getProperties(elem) ... |