Click or drag to resize
SearchIndexersGetIndexer Method
Gets the indexer by its object type

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

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: SearchIndexer
See Also