Represents a collection of ReplicationJournalEntry objects.

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

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.0.0")> _
Public Interface IReplicationJournalEntrySet _
	Implements IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable,  _
	ICloneable
C#
[ObsoleteAttribute("As of release 5.0.0")]
public interface IReplicationJournalEntrySet : IIndependentObjectSet, 
	IEngineSet, IEngineCollection, IEnumerable, ICloneable
Visual C++
[ObsoleteAttribute(L"As of release 5.0.0")]
public interface class IReplicationJournalEntrySet : IIndependentObjectSet, 
	IEngineSet, IEngineCollection, IEnumerable, ICloneable
JavaScript
FileNet.Api.Collection.IReplicationJournalEntrySet = function();
FileNet.Api.Collection.IReplicationJournalEntrySet.createInterface('FileNet.Api.Collection.IReplicationJournalEntrySet');

ToggleSee Also