Represents a collection of ISubscribable objects.

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

ToggleSyntax

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

ToggleSee Also