Represents an event that occurs when an object is retrieved from the object store. This event can only be audited; you cannot subscribe to it.
Top
You can instantiate a
object in the following ways:
- Call the
orGetInstance
method on theFetchInstance Factory.GetObjectEvent class. - Retrieve the
property on aAuditedEvents
subclass, and iterate theRepositoryObject EventSet collection for instances of
objects.GetObjectEvent - Retrieve a
object from aGetObjectEvent GetObjectEventSet collection.
The following tables list the members exposed by IGetObjectEvent.
Public Properties
Name | Description | |
---|---|---|
![]() | SourceObjectId | Id of the object that is the source of an -based event. You can use this property to identify an object if it no longer exists in the object store. |