CUI.Page.UndoManager.addRedoSequenceNumber(sequenceNumber) Method
Applies to: SharePoint Foundation 2010
Adds the specified sequence number onto the redo stack.
CUI.Page.UndoManager.addRedoSequenceNumber(sequenceNumber);
Parameters
sequenceNumber
Type: int
The sequence number to add.
Exceptions
Sys.Exception
The sequence number is already on the undo stack, but is not the top element.
Remarks
This method pushes the specified command sequence number onto the redo stack.