Click or drag to resize
FormInfoCreateDataContainer Method
Creates data container based on this form definition

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public 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