Click or drag to resize
FormInfoGetColumnNames Method
Returns an List of field names.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax
C#
public List<string> GetColumnNames(
	bool includeDummyFields = true,
	Func<FormFieldInfo, bool> order = null
)

Parameters

includeDummyFields (Optional)
Type: SystemBoolean
Indicates if dummy fields should be included.
order (Optional)
Type: SystemFuncFormFieldInfo, Boolean
Allows to order fields before names are returned.

Return Value

Type: ListString
See Also