This interface is the base for subinterfaces representing external repository or object store participants in a replication group.

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also