GetBinary(String, Boolean):IBinaryObject
Calls a binary object for the current data object.
A binary object for a data object can be called by means of this method. This may be a temporary, currently used or archived binary object.
If it is attempted to call a binary object for the current data object and this binary object does not exist or does not belong to this data object, then a BinaryNotExistsException is triggered.
Parameter
- referenceIdentifier
Type: System.String
The reference identifier for a binary object is built up as follows: "prefix://data/binaries/Id". The default value for prefix is onion. The Id is the unique number for a binary object in onion.net. Identifiers for temporary binary objects are built up as follows: "prefix://temp/binaries/Id".
- archiveFallback
Type: System.Boolean
This parameter indicates whether the Id indicated in referenceIdentifier is to be searched for in the archive for binary data also. If false is indicated as the value, then archived binary data will not be taken into consideration. In this case a BinaryNotExistsException can be triggered.