Represents a collection of ISubscribedEvent objects.

Namespace:  FileNet.Api.Collection
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface ISubscribedEventList _
	Implements IDependentObjectList, IEngineCollection, ICloneable, IList,  _
	ICollection, IEnumerable
C#
public interface ISubscribedEventList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
Visual C++
public interface class ISubscribedEventList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
JavaScript
FileNet.Api.Collection.ISubscribedEventList = function();
FileNet.Api.Collection.ISubscribedEventList.createInterface('FileNet.Api.Collection.ISubscribedEventList');

ToggleSee Also