Click or drag to resize
SearchIndexersRegisterIndexerIndexerType Method
Registers the given indexer for the specific object type

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

Parameters

objectType
Type: SystemString
Object type

Type Parameters

IndexerType
See Also