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
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.