The methods of the IComunicator interface are listed below. For a complete list of IComunicator interface members, see the IComunicator Members topic.
AddItem | Overloaded. Adds a new To Do Item as a child of the item identified by Parent to the current todo list |
GetItemByID | Get the ToDo Item identified by parId |
GetItemChildren | Gets the children of the specified ToDo Item |
GetItemParent | Gets the parent of the specified ToDoItem |
RemoveItem | Overloaded. Removes parItem from the current ToDo list |
SendLoadCommand | Overloaded. Loads the specified file |
SendNewCommand | Sends the "New" command to the program |
SendSaveCommand | Sends the "Save" command to the program |
IComunicator Interface | ToDo.Plugin Namespace