Share via


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.

Applies To

CUI.Page.UndoManager Class

See Also

Reference

CUI.Page.UndoManager Methods

CUI.Page.UndoManager Properties

CUI.Page Namespace