this[String]:IArchivedDataObject
Calls an object from the data archive that supplies information about a deleted data object.
Return type: Onion.Client.IArchivedDataObject
Parameter
- referenceIdentifier
Type: System.String
This parameter is the reference identifier of a data object. If the data object is not found in the data archive, then a DataObjectNotExistsException is triggered.
The reference identifier for a data object is built up as follows: "prefix://data/objects/Id". The default value for prefix is onion. The Id is the unique number which can be called via the property Id of a data object.