Click or drag to resize
FormHelperGetAvailableControlTypes Method
Returns DataSet with available form control types for specified column data type and field editor controls.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetAvailableControlTypes(
	string dataType,
	FieldEditorControlsEnum fieldEditorControls,
	bool isPrimary
)

Parameters

dataType
Type: SystemString
Supported data type
fieldEditorControls
Type: CMS.FormEngineFieldEditorControlsEnum
Indicates which controls should be displayed when selecting custom user control from the list
isPrimary
Type: SystemBoolean
Indicates if field is primary field

Return Value

Type: DataSet
See Also