BaseInfoGeneralizedInfoWrapperEnsureBinaryData Method (Boolean) |
Makes sure that the binary data is loaded into binary column of the object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public byte[] EnsureBinaryData(
bool forceLoadFromDB
)
Parameters
- forceLoadFromDB
- Type: SystemBoolean
If true, the data are loaded even from DB
Return Value
Type:
ByteSee Also