Compartilhar via


CUI.Page.CommandDispatcher.getNextSequenceNumber() Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

Gets the next sequence number of the indexer.

var value = CUI.Page.CommandDispatcher.getNextSequenceNumber();

Return Value

Type: int

The next sequence number of the indexer.

Exceptions

Sys.Exception

Incrementing the indexer would overflow into negative numbers.

Remarks

This method increments the current value of the sequence number by 1 and returns that new value.

Applies To

CUI.Page.CommandDispatcher Class

See Also

Reference

CUI.Page.CommandDispatcher Methods

CUI.Page Namespace