Click or drag to resize
FormHelperGetWhereConditionForDataType Method
Gets WHERE condition to select controls for given data type and control type (bizforms, document types, etc).

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
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