FormInfoGetHierarchicalFormElements Method |
Returns hierarchical dictionary of items. Each category contains list of its fields.
First fields without category are added to empty category.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax public Dictionary<FormCategoryInfo, List<FormFieldInfo>> GetHierarchicalFormElements(
Func<FormFieldInfo, bool> f
)
Parameters
- f
- Type: SystemFuncFormFieldInfo, Boolean
Selective function for fields(not categories)
Return Value
Type:
DictionaryFormCategoryInfo,
ListFormFieldInfoSee Also