SearchHelperGetClassSearchFields Method (String) |
Returns list of all fields of the given class (along with their types) which should be included in the search.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax public static List<ColumnDefinition> GetClassSearchFields(
string className
)
Parameters
- className
- Type: SystemString
Name of the class to get the search fields from
Return Value
Type:
ListColumnDefinitionSee Also