Click or drag to resize
FormHelperGetFieldTypes Method
Returns dataset with all field types.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static IEnumerable<string> GetFieldTypes(
	bool isDocumentType = true,
	bool isSystemDevelopment = false,
	bool onlyVisible = true
)

Parameters

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

Return Value

Type: IEnumerableString
See Also