gljakal's ToDo - Plugin developer's reference

IComunicator.RemoveItem Method (IToDoItem)

[This is preliminary documentation and subject to change.]

Removes parItem from the current ToDo list

bool RemoveItem(
   IToDoItem parItem
);

Parameters

parItem
The item to remove

Return Value

true on success, false on failure

Remarks

An item can only be removed if it has no children. If you want to remove an item which has sub-items, you should first delete its childrens.

See Also

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