A
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
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.
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