A ISubscribedEvent object represents a system or custom event that applies to a ISubscription object. You add a ISubscribedEvent object to a subscription via the ISubscriptionobject's SubscribedEvents property. You set this property to a ISubscribedEventList collection.

To create a ISubscribedEvent object, call the CreateInstance method on the Factory.SubscribedEvent class. You then set the object's EventClass property to a IEventClassDefinition object.

You can get a reference to a SubscribedEvent object by iterating a ISubscribedEventList collection.


Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface ISubscribedEvent
    Implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface ISubscribedEvent : IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C++
interface class ISubscribedEvent : IRepositoryObject, IEngineObject, ICloneable, IDependentObject
J#
public interface ISubscribedEvent implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JScript
public interface ISubscribedEvent extends IRepositoryObject, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

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

See Also