Represents a collection of
objects or one of its subclasses. To return this object, use the
property on
.
Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
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 |
C++ |
---|
interface class ISubscriptionSet : IActionConsumerSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
J# |
---|
public interface ISubscriptionSet implements IActionConsumerSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
JScript |
---|
public interface ISubscriptionSet extends IActionConsumerSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |