Click or drag to resize
SearchHelperCleanSearchSettings Method
Cleans the search settings from settings which does not correspond to any fields in the class and returns the filtered definition.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static string CleanSearchSettings(
	DataClassInfo dci
)

Parameters

dci
Type: CMS.DataEngineDataClassInfo
DataClass to process

Return Value

Type: String
See Also