Click or drag to resize
FormHelperGetWhereConditionForDataType Method
Gets WHERE condition to select controls for given data type and control type (on-line forms, page types, etc).

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetWhereConditionForDataType(
	string dataType,
	FieldEditorControlsEnum fieldEditorControls,
	bool simplifiedMode,
	FormUserControlTypeEnum controlType
)

Parameters

dataType
Type: SystemString
fieldEditorControls
Type: CMS.FormEngineFieldEditorControlsEnum
simplifiedMode
Type: SystemBoolean
controlType
Type: CMS.FormEngineFormUserControlTypeEnum

Return Value

Type: String
See Also