gljakal's ToDo - Plugin developer's reference

IToDoItem.Guid Property

[This is preliminary documentation and subject to change.]

Unique ID of the ToDoItem

System.Guid Guid {get;}

Remarks

ToDo uses GUIDs to ensure every ToDo item has its own unique ID, not only in the same ToDo list but in every ToDo list. This way, custom plugins can be developed that save additional information about each ToDo item for every todo list in just one file.

See Also

IToDoItem Interface | ToDo.Plugin Namespace