Click or drag to resize
SystemSearchIndexersRegisterTIndexerType, TConverterType Method
Registers the given system indexer and its results converter under specified name.

Namespace: CMS.Search.Internal
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public static void Register<TIndexerType, TConverterType>(
	string indexerName
)
where TIndexerType : new(), ISystemSearchIndexer
where TConverterType : new()

Parameters

indexerName
Type: SystemString
Name of the system indexer.

Type Parameters

TIndexerType
TConverterType
See Also