gljakal's ToDo - Plugin developer's reference

IComunicator.GetItemChildren Method 

[This is preliminary documentation and subject to change.]

Gets the children of the specified ToDo Item

IToDoItem[] GetItemChildren(
   IToDoItem parItem
);

Parameters

parItem
Parent item, null to get the root items

Return Value

All the item's children

Remarks

Use GetItemChildren(null) to get the root items.

See Also

IComunicator Interface | ToDo.Plugin Namespace | IToDoItem Interface