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

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 11.0.0
Syntax
C#
public List<string> GetColumnNames(
	bool includeDummyFields = true
)

Parameters

includeDummyFields (Optional)
Type: System.Boolean
Indicates if dummy fields should be included.

Return Value

Type: List<String>
See Also