Serves as a target of an event subscription, represented by a Subscription-based object. 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 Subscribable object in the following ways:

  • By retrieving the SubscriptionTarget property on a Subscription-based object.
  • Returning a Subscribable object from a SubscribableSet collection.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface ISubscribable
C#
public interface ISubscribable
Visual C++
public interface class ISubscribable
JavaScript
FileNet.Api.Core.ISubscribable = function();
FileNet.Api.Core.ISubscribable.createInterface('FileNet.Api.Core.ISubscribable');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject

ToggleSee Also