Click or drag to resize
SearchIndexersRegisterIndexerIndexerType Method
Registers the given indexer under specified name. Usually an object type that is handled by the indexer.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public static void RegisterIndexer<IndexerType>(
	string indexerName
)
where IndexerType : new(), SearchIndexer

Parameters

indexerName
Type: SystemString
Name of the indexer.

Type Parameters

IndexerType
See Also