Returns an List of FormFieldInfo objects.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- visible
- Type: System Boolean
Indicates whether object with visible set to 'True' should be returned
- invisible
- Type: System Boolean
Indicates whether object with visible set to 'False' should be returned
- includeSystem (Optional)
- Type: System Boolean
Indicates whether also system fields are included
- onlyPrimaryKeys (Optional)
- Type: System Boolean
Indicates whether only primary keys should be returned
- includeDummyFields (Optional)
- Type: System Boolean
Indicates whether dummy fields are included
Return Value
Type: List FormFieldInfoSee Also