FormHelper GetFieldTypes Method Kentico 8.0 API Reference
Returns dataset with all field types.

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

Parameters

isDocumentType (Optional)
Type: OnlineSystem Boolean
TRUE - GUID field is not included in returned DataSet, FALSE - it is included
isSystemDevelopment (Optional)
Type: OnlineSystem Boolean
Indicates whether the set is for the use in System development section
onlyVisible (Optional)
Type: OnlineSystem Boolean
If true, only visible field types are provided

Return Value

Type: OnlineIEnumerable OnlineString 
See Also