CUI.Page.CommandDispatcher.peekNextSequenceNumber() Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Gets the next sequence number of the indexer without increasing the indexer value.
var value = CUI.Page.CommandDispatcher.peekNextSequenceNumber();
Return Value
Type: int
The next sequence number of the indexer.
Remarks
This method does not change the value of the sequence number of the indexer.
Applies To
CUI.Page.CommandDispatcher Class