LoadDataSettingsDataIsExternal Property |
Determines if the provided data is external data which may not be complete.
If true, the loaded object loads default data before loading this data, and does not overwrite default values with null from external data.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public bool DataIsExternal { get; set; }
Property Value
Type:
BooleanSee Also