removeUndo

removes history about all the operations made to an item

void removeUndo(string id);
idstringthe id of an item

Example

list.removeUndo(id);

See also
Back to top