| FormInfoGetDataRow Method (Boolean, String) | 
Note: This API is now obsolete.
            Returns empty data row with column names and types.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax[ObsoleteAttribute("This method is obsolete. Use GetDataRow(bool convertMacroColumn) method instead.")]
public DataRow GetDataRow(
	bool convertMacroColumn,
	string properties
)Parameters
- convertMacroColumn
 - Type: SystemBoolean
If true, columns with macro as default parameter are changed to data type string. - properties
 - Type: SystemString
XML representation with default (or inherited) properties 
Return Value
Type: 
DataRow
See Also