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)

Syntax

Visual Basic (Declaration)
Public Interface IReplicationParticipant
    Implements IEngineObject, ICloneable, IDependentObject
C#
public interface IReplicationParticipant : IEngineObject, ICloneable, IDependentObject
C++
interface class IReplicationParticipant : IEngineObject, ICloneable, IDependentObject
J#
public interface IReplicationParticipant implements IEngineObject, ICloneable, IDependentObject
JScript
public interface IReplicationParticipant extends IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

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

See Also