The number of Content Engine objects indexed in this IBM® Content Search Services index.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also