SearchHelperCreateDefaultSearchSettings Method |
Creates the default search settings for given column name and its data type.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax public static SearchSettingsInfo CreateDefaultSearchSettings(
string name,
Type dataType
)
Parameters
- name
- Type: SystemString
Name of column the SearchSettings is being created for. - dataType
- Type: SystemType
Data type of the column.
Return Value
Type:
SearchSettingsInfoSearch settings for given column.
Remarks See Also