FormInfo GetFields Method (Boolean, Boolean, Boolean, Boolean, Boolean)Kentico 8.0 API Reference
Returns an List of FormFieldInfo objects.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

visible
Type: OnlineSystem Boolean
Indicates whether object with visible set to 'True' should be returned
invisible
Type: OnlineSystem Boolean
Indicates whether object with visible set to 'False' should be returned
includeSystem (Optional)
Type: OnlineSystem Boolean
Indicates whether also system fields are included
onlyPrimaryKeys (Optional)
Type: OnlineSystem Boolean
Indicates whether only primary keys should be returned
includeDummyFields (Optional)
Type: OnlineSystem Boolean
Indicates whether dummy fields are included

Return Value

Type: OnlineList FormFieldInfo 
See Also