MetaFileInfoEnsureBinaryData Method (Boolean) |
Ensures the binary data - loads the binary data from file stream if present.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected internal override byte[] EnsureBinaryData(
bool forceLoadFromDB
)
Parameters
- forceLoadFromDB
- Type: SystemBoolean
If true, the data are loaded even from DB
Return Value
Type:
ByteSee Also