For index requests, indicates the sequence number (the database row) of the index request in the table.

For a subclass of CmAbstractSequential, indicates the sequence number of the entry inserted in the table. The sequence number can be used to process entries in the order they were created. A sequence number is assigned to each object at creation, and although the values are not necessarily consecutive (there might be gaps). they are guaranteed to be unique and monotonically increasing.

Namespace:  FileNet.Api.Util
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property SequenceNumber As Nullable(Of Double)
C#
Nullable<double> SequenceNumber { get; }
Visual C++
property Nullable<double> SequenceNumber {
	Nullable<double> get ();
}
JavaScript
function get_sequenceNumber();

ToggleRemarks

ToggleSee Also