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

ToggleSee Also