Click or drag to resize
TempFileInfoEnsureBinaryData Method (Boolean)
Ensures the binary data - loads the binary data from file if available.

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

Parameters

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

Return Value

Type: Byte
See Also