Represents a collection of IGetContentEvent objects.


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

Syntax

Visual Basic (Declaration)
Public Interface IGetContentEventSet
    Implements IRetrievalEventSet, IEventSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C#
public interface IGetContentEventSet : IRetrievalEventSet, IEventSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C++
interface class IGetContentEventSet : IRetrievalEventSet, IEventSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
J#
public interface IGetContentEventSet implements IRetrievalEventSet, IEventSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
JScript
public interface IGetContentEventSet extends IRetrievalEventSet, IEventSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable

See Also