Click or drag to resize
IndexStatisticsProviders Class
Maintains registered IIndexStatisticsProviders.
Inheritance Hierarchy
SystemObject
  CMS.SearchIndexStatisticsProviders

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax
C#
public class IndexStatisticsProviders

The IndexStatisticsProviders type exposes the following members.

Constructors
  NameDescription
Public methodIndexStatisticsProviders
Top
Properties
  NameDescription
Public propertyStatic memberInstance
Gets the IndexStatisticsProviders instance.
Top
Methods
  NameDescription
Public methodGet
Gets an IIndexStatisticsProvider for given indexProviderName.
Public methodRegister
Registers a new IIndexStatisticsProvider for given indexProviderName, or overwrites an existing one.
Top
See Also