Represents the participation of an external repository in a replication group. Each ExternalParticipant object specifies the external repository and the replication mode (master or slave) of the participant. In addition, each ExternalParticipant object references a partner object store that is present as an object store participant in the replication group. Every external repository must be associated with a partner object store, which controls all the replication interactions of the external repository.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IExternalParticipant _
	Implements IReplicationParticipant, IEngineObject, ICloneable, IDependentObject
C#
public interface IExternalParticipant : IReplicationParticipant, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class IExternalParticipant : IReplicationParticipant, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Replication.IExternalParticipant = function();
FileNet.Api.Replication.IExternalParticipant.createInterface('FileNet.Api.Replication.IExternalParticipant');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: ReplicationParticipant

ToggleSee Also