Represents a collection of ISubscription objects or one of its subclasses. To return this object, use the Subscriptions property on IObjectStore.

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

ToggleSyntax

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

ToggleSee Also