Click or drag to resize
SearchIndexInfoProviderGetSearchIndexInfo Method (Int32)
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(
	int searchIndexId
)

Parameters

searchIndexId
Type: SystemInt32
SearchIndex id

Return Value

Type: SearchIndexInfo
See Also