Represents a collection of IClassWorkflowSubscription objects.

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

ToggleSyntax

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

ToggleSee Also