Click or drag to resize
BaseInfo.UpdateFromDB Method
Updates the data of the object from DB (updates also ObjectSettings).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual void UpdateFromDB(
	bool binaryData
)

Parameters

binaryData
Type: System.Boolean
Indicates whether to load also binary data
See Also