Click or drag to resize
SearchHelperGetSearchFieldDefaultValue Method
Gets value which should be preselected for given column.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static bool GetSearchFieldDefaultValue(
	string column,
	Type formFieldDataTypeEnum
)

Parameters

column
Type: SystemString
Column name
formFieldDataTypeEnum
Type: SystemType
Type of field

Return Value

Type: Boolean
Returns true or false.
See Also