SearchIndexerIsClassNameRelevantToIndex Method |
Checks if given className is related to search index settings from indexSettings.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public virtual bool IsClassNameRelevantToIndex(
string className,
SearchIndexSettings indexSettings
)
Parameters
- className
- Type: SystemString
Class name - indexSettings
- Type: CMS.DataEngineSearchIndexSettings
Search index settings
Return Value
Type:
BooleanSee Also