Represents a collection of IActionConsumer objects.

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

ToggleSyntax

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

ToggleSee Also