This interface is the base for subinterfaces representing external repository or object store
participants in a replication group.
Namespace:
FileNet.Api.ReplicationAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject