| 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: 11.0.0
Syntaxpublic 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