Click or drag to resize
SearchIndexersGetIndexer Method
Gets the indexer by its name. Usually an object type.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public static SearchIndexer GetIndexer(
	string indexerName
)

Parameters

indexerName
Type: SystemString
Name of the indexer.

Return Value

Type: SearchIndexer
See Also