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

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also