FormInfoGetFormElements Method |
Returns the List of the form elements.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax 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:
ListIDataDefinitionItemSee Also