FormHelper GetAvailableControlTypes Method Kentico 8.1 API Reference
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.0.0.0 (8.1.5347.20411)

Parameters

dataType
Type: OnlineSystem String
Supported data type
fieldEditorControls
Type: CMS.FormEngine FieldEditorControlsEnum
Indicates which controls should be displayed when selecting custom user control from the list
isPrimary
Type: OnlineSystem Boolean
Indicates if field is primary field

Return Value

Type: OnlineDataSet
See Also