Represents an object store participant of a replication group.


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

Syntax

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

Remarks

Metadata

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

See Also