Represents a collection of ReplicationJournalEntry objects.


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

Syntax

Visual Basic (Declaration)
Public Interface IReplicationJournalEntrySet
    Implements IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C#
public interface IReplicationJournalEntrySet : IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C++
interface class IReplicationJournalEntrySet : IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
J#
public interface IReplicationJournalEntrySet implements IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
JScript
public interface IReplicationJournalEntrySet extends IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable

See Also