| FormInfoGetFields Method (Boolean, Boolean, Boolean, Boolean, Boolean) | 
            Returns an List of FormFieldInfo objects.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntaxpublic List<FormFieldInfo> GetFields(
	bool visible,
	bool invisible,
	bool includeSystem = true,
	bool onlyPrimaryKeys = false,
	bool includeDummyFields = true
)
Parameters
- visible
 - Type: SystemBoolean
Indicates whether object with visible set to 'True' should be returned - invisible
 - Type: SystemBoolean
Indicates whether object with visible set to 'False' should be returned - includeSystem (Optional)
 - Type: SystemBoolean
Indicates whether also system fields are included - onlyPrimaryKeys (Optional)
 - Type: SystemBoolean
Indicates whether only primary keys should be returned - includeDummyFields (Optional)
 - Type: SystemBoolean
Indicates whether dummy fields are included 
Return Value
Type: 
ListFormFieldInfo
See Also