Creates new SearchSettingsInfo with given parameters. Returns whether the parameters changed from the original search settings.
            
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- name
 - Type: 
System String
Name of the search field 
- content
 - Type: 
System Boolean
Content flag value 
- searchable
 - Type: 
System Boolean
Searchable flag value 
- tokenized
 - Type: 
System Boolean
Tokenized flag value 
- fieldname
 - Type: 
System String
Field name value 
- ssiOld
 - Type: CMS.DataEngine SearchSettingsInfo
Original search settings to detect changes 
- fieldChanged
 - Type: 
System Boolean 
Will be true if any of the values changed from the original search settings 
Return Value
Type: SearchSettingsInfoSee Also