IndexStatisticsProvidersGet Method |
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public IIndexStatisticsProvider Get(
string indexProviderName
)
Parameters
- indexProviderName
- Type: SystemString
Name of index provider to retrieve IIndexStatisticsProvider implementation for.
Return Value
Type:
IIndexStatisticsProviderIndex statistics provider for
indexProviderName.
See Also