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

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

Parameters

binaryData
Type: SystemBoolean
Indicates whether to load also binary data
See Also