Click or drag to resize
SearchIndexInfoProviderGetSearchIndexInfoByNameInternal Method
Returns the SearchIndexInfo structure for the specified searchIndex.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
protected virtual SearchIndexInfo GetSearchIndexInfoByNameInternal(
	string searchIndexName
)

Parameters

searchIndexName
Type: SystemString
SearchIndex id

Return Value

Type: SearchIndexInfo
See Also