Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
In this article
Property Value
Remarks
Applies To
Gets the sequence number of the oldest command.
var value = CUI.Page.UndoManager.get_oldestSequenceNumber();
Property Value
Type: int
The sequence number of the oldest command.
Remarks
If the redo stack is not empty, this property value is the first sequence number of the redo stack. If the redo stack is empty and the undo stack is not empty, this property value is the last sequence number of the undo stack. If both stacks are empty, this property value is -1.