| AttachmentInfoEnsureBinaryData Method (Boolean) | 
            Ensures the binary data - loads the binary data from file stream if present.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxprotected override byte[] EnsureBinaryData(
	bool forceLoadFromDB
)
Parameters
- forceLoadFromDB
 - Type: SystemBoolean
If true, the data are loaded even from DB 
Return Value
Type: 
Byte
See Also