gljakal's ToDo - Plugin developer's reference

IComunicator.AddItem Method (Guid)

[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

IToDoItem AddItem(
   Guid parParentId
);

Parameters

parParentId
Unique id of the parent item, Use null to create a root item

Return Value

The newly generated ToDo Item

See Also

IComunicator Interface | ToDo.Plugin Namespace | IComunicator.AddItem Overload List