Click or drag to resize
FormInfoGetFormElements Method
Returns the List of the form elements.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public List<IDataDefinitionItem> GetFormElements(
	bool visible,
	bool invisible,
	bool hideSystemFields = false
)

Parameters

visible
Type: SystemBoolean
Return visible fields
invisible
Type: SystemBoolean
Return invisible fields
hideSystemFields (Optional)
Type: SystemBoolean
Return non-system fields only

Return Value

Type: ListIDataDefinitionItem
See Also