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