gljakal's ToDo - Plugin developer's reference

IComunicator.RemoveItem Method (Guid)

[This is preliminary documentation and subject to change.]

Removes the task identified by parId from the current ToDo list

bool RemoveItem(
   Guid parId
);

Parameters

parId
The unique id of the task 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