Indicates the relative (ascending) order this event was audited relative to other audited events. Used for audit disposition, the property is retrieved by an audit processing client to set the sequence number of the last record processed on the client's ICmAuditProcessingBookmark object.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also