GetBinary(String):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. The latter is not supported by this method however. For this, the method GetBinary must be used.

If it is attempted to call a binary object for the current data object and this binary object does not exist, does not belong to this data object or is an archived binary 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".