AbstractInfoTInfoEnsureData Method |
Creates a new data class container within the object
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected void EnsureData(
bool forceNew = false,
bool loadDefault = 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
See Also