Serves as a target of an event subscription, represented by a Subscription-based object .
Top
ISubscribable
is a base interface of several derived interfaces that can be used as a subscription target. To set a Subscribable
object as the target of a subscription, use the SubscriptionTarget
property of the Subscription
-based object. You can instantiate a
object in the following ways:
- By retrieving the
property on aSubscriptionTarget
-based object.Subscription - Returning a
object from aSubscribable SubscribableSet collection.
The following tables list the members exposed by ISubscribable.
Public Methods
Name | Description | |
---|---|---|
![]() | RaiseEvent | Raises a custom event for this object. For example, you can define a custom event class in the Content Engine for an operation such as publishing a document, then specify the custom event in a call to the method on a object after you call the method on that document. Before you can use this method, the following conditions must be met:
|