Serves as a target of an event subscription, represented by a Subscription-based object .
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
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.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ISubscribable |
C# |
---|
public interface ISubscribable |
C++ |
---|
interface class ISubscribable |
J# |
---|
public interface ISubscribable |
JScript |
---|
public interface ISubscribable |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject