Click or drag to resize
BaseInfoEnsureBinaryData Method (Boolean)
Makes sure that the binary data is loaded into binary column of the object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected internal virtual byte[] EnsureBinaryData(
	bool forceLoadFromDB
)

Parameters

forceLoadFromDB
Type: SystemBoolean
If true, the data are loaded even from DB

Return Value

Type: Byte
See Also