Represents a collection of IAction objects.

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

ToggleSyntax

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

ToggleSee Also