Click or drag to resize
SearchIndexSettingsInfoMatchClassNames Method
Returns true if there is classname in this item which matches specified parameter.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool MatchClassNames(
	string className
)

Parameters

className
Type: SystemString
ClassName to be matched

Return Value

Type: Boolean
See Also