Represents a collection of IClassSubscription objects.

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

ToggleSyntax

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

ToggleSee Also