Click or drag to resize
AbstractInfoBaseTInfoEnsureData Method
Creates a new data class container within the object

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected void EnsureData(
	bool forceNew = false,
	bool loadDefault = true,
	bool applyTypeCondition = true
)

Parameters

forceNew (Optional)
Type: SystemBoolean
If true, new data class is created
loadDefault (Optional)
Type: SystemBoolean
If true, the process loads the default data
applyTypeCondition (Optional)
Type: SystemBoolean
If true, type condition is applied to the object
See Also