SearchHelperGetSearchFieldDefaultValue Method |
Gets value which should be preselected for given column.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax public static bool GetSearchFieldDefaultValue(
string column,
Type formFieldDataTypeEnum
)
Parameters
- column
- Type: SystemString
Column name - formFieldDataTypeEnum
- Type: SystemType
Type of field
Return Value
Type:
BooleanReturns true or false.
See Also