Represents an event that occurs when an object instance of a class is created and saved.
Top
You can instantiate a
object in the following ways:
- Call the
orGetInstance
method on theFetchInstance Factory.CreationEvent class. - Retrieve the
property on a IDocument, IFolder, or ICustomObject object, and iterate theAuditedEvents IEventSet collection for instances of
objects.ICreationEvent - Retrieve a
object from aICreationEvent ICreationEventSet collection.
The following tables list the members exposed by ICreationEvent.
Public Properties
Name | Description | |
---|---|---|
![]() | VersionSeriesId | For a IPublishCompleteEvent object, the ID of the version series of the publication document. For other versioning-related events, the ID of the version series for the source object. Note that this property will have a valid value only when the event's source object is an instance of or its subclass. |