Represents a collection of IEvent objects.
This is the base interface of several event collection subinterfaces.
Namespace:
FileNet.Api.Collection
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IEventSet _ Implements IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, _ ICloneable |
| C# |
|---|
public interface IEventSet : IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
| Visual C++ |
|---|
public interface class IEventSet : IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
| JavaScript |
|---|
FileNet.Api.Collection.IEventSet = function(); FileNet.Api.Collection.IEventSet.createInterface('FileNet.Api.Collection.IEventSet'); |