Click or drag to resize
SearchHelperGetCustomSearchIndex Method
Returns ICusromSearchIndex for specified index info.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static ICustomSearchIndex GetCustomSearchIndex(
	SearchIndexInfo indexInfo
)

Parameters

indexInfo
Type: CMS.SearchSearchIndexInfo
Search index

Return Value

Type: ICustomSearchIndex
See Also