| FormInfoGetColumnNames Method  | 
            Returns an List of field names.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntaxpublic List<string> GetColumnNames(
	bool includeDummyFields = true
)
Parameters
- includeDummyFields (Optional)
 - Type: SystemBoolean
Indicates if dummy fields should be included. 
Return Value
Type: 
ListString
See Also