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

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 10.0.0
Syntax
C#
public override 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