[This is preliminary documentation and subject to change.]
Adds a new To Do Item as a child of the item identified by Parent to the current todo list
Adds a new To Do Item as a child of the item identified by Parent to the current todo list
IToDoItem AddItem(Guid);
Adds a new To Do Item as a child of parParent to the current todo list
IToDoItem AddItem(IToDoItem);
IComunicator Interface | ToDo.Plugin Namespace