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


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

Syntax

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

See Also