Click or drag to resize
SearchIndexInfoIndexDocumentCount Property
Gets the number of indexed documents. Returns null if document count information is not available.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public virtual Nullable<long> IndexDocumentCount { get; }

Property Value

Type: NullableInt64
See Also