Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool DataIsExternal { get; set; }

Property Value

Type: Boolean
See Also