Click or drag to resize
FormInfoGetFields Method (Boolean, Boolean, Boolean, Boolean, Boolean)
Returns an List of FormFieldInfo objects.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax
C#
public 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