A list of objects specifying the events to which the subscription applies.
When you create a subscription, you set this property to ISubscribedEventList,
a list of objects representing the system and custom events to which to subscribe.
Namespace:
FileNet.Api.EventsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property SubscribedEvents As ISubscribedEventList |
C# |
---|
ISubscribedEventList SubscribedEvents { get; set; } |
Visual C++ |
---|
property ISubscribedEventList^ SubscribedEvents { ISubscribedEventList^ get (); void set (ISubscribedEventList^ value); } |
JavaScript |
---|
function get_subscribedEvents(); function set_subscribedEvents(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: SubscribedEvent
RequiresUniqueElements: true
Settability: READ_WRITE
TargetAccessRequired: READ