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