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