Represents a collection of ReplicationParticipant objects. You can retrieve this collection with the ReplicationParticipants property of a ReplicationGroup object. To create an instance of this object, call Factory.ReplicationParticipant.CreateList().

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

ToggleSyntax

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

ToggleSee Also