Represents an event that occurs when the content of a content-carrying object is retrieved. 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.GetContentEvent class. - Retrieve the
property on aAuditedEvents
object, and iterate theDocument EventSet collection for instances of
objects.GetContentEvent - Retrieve a
object from aGetContentEvent GetContentEventSet collection.
The following tables list the members exposed by IGetContentEvent.
Public Properties
Name | Description | |
---|---|---|
![]() | ElementSequenceNumber | A unique sequence number for a content element in a document or annotation object. Server-generated, the number serves as an unchanging identity for the content element. For annotations, on which you can change content, the element sequence number for a content element will not change. For example, if you were to change a content element's relative position within the list of content elements, the element's sequence number would be retained. Or if you were to replace the first content element with updated content, the content element would receive a new element sequence number. Element sequence numbers are not reused. This property can be accessed from a |
![]() | 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. |