Represents a collection of IQueryEvent objects.
Namespace:
FileNet.Api.Collection
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("As of release 5.0.0.")> _ Public Interface IQueryEventSet _ Implements IRetrievalEventSet, IEventSet, IIndependentObjectSet, IEngineSet, _ IEngineCollection, IEnumerable, ICloneable |
| C# |
|---|
[ObsoleteAttribute("As of release 5.0.0.")] public interface IQueryEventSet : IRetrievalEventSet, IEventSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
| Visual C++ |
|---|
[ObsoleteAttribute(L"As of release 5.0.0.")] public interface class IQueryEventSet : IRetrievalEventSet, IEventSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
| JavaScript |
|---|
FileNet.Api.Collection.IQueryEventSet = function(); FileNet.Api.Collection.IQueryEventSet.createInterface('FileNet.Api.Collection.IQueryEventSet'); |