The number of objects that currently have been submitted for indexing. This value is incremented as new requests are submitted to index additional objects.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property SubmittedCount As Nullable(Of Integer)
C#
Nullable<int> SubmittedCount { get; }
C++
property Nullable<int> SubmittedCount abstract  {
    Nullable<int> get();
}
J#
/** property */
public Nullable<int> get_SubmittedCount();
JScript
public function get SubmittedCount() : Nullable<int>

Remarks

See Also