| FormInfoLoadDefaultValues Method (DataRow, Boolean) | 
            Loads the default values into the DataRow.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic void LoadDefaultValues(
	DataRow dr,
	bool enableMacros = false
)
Parameters
- dr
- Type: System.DataDataRow
 Datarow to load
- enableMacros (Optional)
- Type: SystemBoolean
 If true, macro expression as default values are allowed
 See Also
See Also