Represents a collection of IEventAction objects.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IEventActionSet _
	Implements IActionSet, IReplicableSet, ISubscribableSet, IEngineCollection,  _
	IEnumerable, ICloneable, IIndependentObjectSet, IEngineSet
C#
public interface IEventActionSet : IActionSet, 
	IReplicableSet, ISubscribableSet, IEngineCollection, IEnumerable, ICloneable, 
	IIndependentObjectSet, IEngineSet
Visual C++
public interface class IEventActionSet : IActionSet, 
	IReplicableSet, ISubscribableSet, IEngineCollection, IEnumerable, ICloneable, 
	IIndependentObjectSet, IEngineSet
JavaScript
FileNet.Api.Collection.IEventActionSet = function();
FileNet.Api.Collection.IEventActionSet.createInterface('FileNet.Api.Collection.IEventActionSet');

ToggleSee Also