| SearchHelperGetSearchFieldDefaultValue Method | 
            Gets flag value which should be preselected for a column based on its data type. Handles local index flags only.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
 Syntax
Syntaxpublic static bool GetSearchFieldDefaultValue(
	string flagName,
	Type formFieldDataTypeEnum
)
Parameters
- flagName
- Type: SystemString
 Name of flag for which to get the default.
- formFieldDataTypeEnum
- Type: SystemType
 Type of field
Return Value
Type: 
BooleanReturns default flag value.
 Remarks
Remarks See Also
See Also