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: 8.0.0.0 (8.0.5239.26125)
Parameters
- f
- Type: System.Func<FormFieldInfo, Boolean>
Selective function for fields(not categories)
Return Value
Type: Dictionary<FormCategoryInfo, List<FormFieldInfo>>See Also