Click or drag to resize
BaseInfoGeneralizedInfoWrapperEnsureBinaryData 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: 12.0.0
Syntax
C#
public byte[] EnsureBinaryData(
	bool forceLoadFromDB
)

Parameters

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

Return Value

Type: Byte
See Also