Click or drag to resize
SearchIndexInfoProviderGetSearchIndexInfo Method (String)
Returns the SearchIndexInfo structure for the specified searchIndex.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static SearchIndexInfo GetSearchIndexInfo(
	string searchIndexName
)

Parameters

searchIndexName
Type: SystemString
SearchIndex name

Return Value

Type: SearchIndexInfo
See Also