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

ToggleSee Also