Click or drag to resize
SearchHelperGetClassSearchFields Method (DataClassInfo)
Returns list of all fields of the given class (along with their types) which should be included in the search.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static List<ColumnDefinition> GetClassSearchFields(
	DataClassInfo classInfo
)

Parameters

classInfo
Type: CMS.DataEngineDataClassInfo
Class to get the search fields from

Return Value

Type: ListColumnDefinition
See Also