AbstractInfoBase<TInfo>.EnsureData Method |
Creates a new data class container within the object
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxprotected void EnsureData(
bool loadDefault = true,
bool applyTypeCondition = true
)
Parameters
- loadDefault (Optional)
- Type: System.Boolean
If true, the process loads the default data - applyTypeCondition (Optional)
- Type: System.Boolean
If true, type condition is applied to the object
See Also