Share via


CUI.Page.UndoManager.invalidateUndoSequenceNumber(sequenceNumber) Method

Applies to: SharePoint Foundation 2010

Removes the sequence numbers that are older than or equal to the specified sequence number in the undo stack.

CUI.Page.UndoManager.invalidateUndoSequenceNumber(sequenceNumber);

Parameters

sequenceNumber

Type: int

The specified sequence number.

Remarks

This method removes all sequence numbers that are older than or equal to the sequence number specified by the sequenceNumber parameter from the undo stack.

Applies To

CUI.Page.UndoManager Class

See Also

Reference

CUI.Page.UndoManager Methods

CUI.Page.UndoManager Properties

CUI.Page Namespace