Click or drag to resize
SearchIndexerIsClassNameRelevantToIndex Method
Checks if given className is related to search index settings from indexSettings.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public virtual bool IsClassNameRelevantToIndex(
	string className,
	SearchIndexSettings indexSettings
)

Parameters

className
Type: SystemString
Class name
indexSettings
Type: CMS.DataEngineSearchIndexSettings
Search index settings

Return Value

Type: Boolean
See Also