FormHelper GetFormUserControlsForDataType Method Kentico 8.0 API Reference
Returns DataSet with FormUserControlInfo objects that supports specified datatype.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

dataType
Type: OnlineSystem String
Supported data type
emptyRow
Type: OnlineSystem Boolean
Indicates whether empty datarow is added to the result
fieldEditorControls
Type: CMS.FormEngine FieldEditorControlsEnum
Indicates which controls should be displayed when selecting custom user control from the list
simplifiedMode
Type: OnlineSystem Boolean
Indicates whether it is a simplified mode
controlType (Optional)
Type: CMS.FormEngine FormUserControlTypeEnum
Form user control type

Return Value

Type: OnlineDataSet
See Also