this[String]:IDataObject

Gets a data object based on the reference identifier.

A data object can be called from the data repository by means of this method. It does not matter where the data object is located. This can also be a data object that is used as a user profile in the user management.

Parameter

referenceIdentifier

Type: System.String

This parameter is the reference identifier of the data object searched for.

If no data object is found, then a DataObjectNotExistsException is triggered.