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,  _
	IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C#
public interface IClassSubscriptionSet : ISubscriptionSet, 
	IActionConsumerSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, 
	IEngineCollection, IEnumerable, ICloneable
Visual C++
public interface class IClassSubscriptionSet : ISubscriptionSet, 
	IActionConsumerSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, 
	IEngineCollection, IEnumerable, ICloneable
JavaScript
FileNet.Api.Collection.IClassSubscriptionSet = function();
FileNet.Api.Collection.IClassSubscriptionSet.createInterface('FileNet.Api.Collection.IClassSubscriptionSet');

ToggleSee Also