Represents a collection of ObjectStoreParticipant objects. To create an instance of this object, call Factory.ObjectStoreParticipant.CreateList().


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

Syntax

Visual Basic (Declaration)
Public Interface IObjectStoreParticipantList
    Implements IReplicationParticipantList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface IObjectStoreParticipantList : IReplicationParticipantList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class IObjectStoreParticipantList : IReplicationParticipantList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface IObjectStoreParticipantList implements IReplicationParticipantList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface IObjectStoreParticipantList extends IReplicationParticipantList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also