FormHelper GetFieldControlTypesWithUserControls Method Kentico 8.0 API Reference
Returns dataset with control types and user controls.

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

Parameters

fieldType
Type: OnlineSystem String
Field type, can be empty for simplified mode
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 get controls for simplified mode(advanced mode is set by default)
isPrimary
Type: OnlineSystem Boolean
Indicates whether it is a 'primary key' field
type (Optional)
Type: CMS.FormEngine FormUserControlTypeEnum
FormUserControlTypeEnum type of control

Return Value

Type: OnlineDataSet
See Also