CUI.Page.UndoManager.addUndoSequenceNumber(sequenceNumber) Method
Applies to: SharePoint Foundation 2010
Adds the specified sequence number onto the undo stack.
CUI.Page.UndoManager.addUndoSequenceNumber(sequenceNumber);
Parameters
sequenceNumber
Type: int
The sequence number to add.
Remarks
This method pushes the specified sequence number onto the undo stack.
This method empties the redo stack if the specified sequence number is not equal to the next sequence number.