| FormInfoCreateDataContainer Method  | 
            Creates data container based on this form definition
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntaxpublic IDataContainer CreateDataContainer(
	bool loadDefaultValues = true
)
Parameters
- loadDefaultValues (Optional)
 - Type: SystemBoolean
If true, default values are loaded to the data container 
Return Value
Type: 
IDataContainer
See Also