Indicates the last record processed in the audit log (Event table), specified by the record's identity sequence number. Upon completion of processing the audit log, a client should retrieve the CmAuditSequence property on the event object, and set the value on the LastProcessed property.

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

ToggleSyntax

Visual Basic (Declaration)
Property LastProcessed As Nullable(Of Double)
C#
Nullable<double> LastProcessed { get; set; }
Visual C++
property Nullable<double> LastProcessed {
	Nullable<double> get ();
	void set (Nullable<double> value);
}
JavaScript
function get_lastProcessed();
function set_lastProcessed(value);

ToggleRemarks

ToggleSee Also