Click or drag to resize
IndexStatisticsProvidersRegister Method
Registers a new IIndexStatisticsProvider for given indexProviderName, or overwrites an existing one.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax
C#
public void Register(
	string indexProviderName,
	IIndexStatisticsProvider statisticsProvider
)

Parameters

indexProviderName
Type: SystemString
Name of index provider for which statistics provider is being registered.
statisticsProvider
Type: CMS.SearchIIndexStatisticsProvider
Statistics provider to be registered.
See Also