Share via


CUI.Page.UndoManager.oldestSequenceNumber Property

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.

Applies To

CUI.Page.UndoManager Class

See Also

Reference

CUI.Page.UndoManager Methods

CUI.Page.UndoManager Properties

CUI.Page Namespace