ISubscribedEvent
object represents a system or custom event that applies to a ISubscription
object. You add a ISubscribedEvent
object to a subscription via the ISubscription
object's SubscribedEvents
property. You set this property to a ISubscribedEventList
collection. To create a
object, call the
method on the
property to a
object.
You can get a reference to a
object by iterating a
collection.
The following tables list the members exposed by ISubscribedEvent.
Public Properties
Name | Description | |
---|---|---|
![]() | EventClass | The class definition of the event that's being subscribed to or audited. |
![]() | Id | A representation of the Globally Unique Identifier (GUID), a unique 128-bit number, that is assigned to this Content Engine object when the object is created. When converted to a string, the Id property is typically depicted as 32 hexadecimal characters enclosed by brackets in the following format: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}. For example, {3F2504E0-4F89-11D3-9A0C-0305E82C3301}. For For a given property representation, the Id property has the following characteristics:
For a newly created document object, you can override the Id property of its associated |