Represents a collection of Replicable objects.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IReplicableSet _
	Implements ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection,  _
	IEnumerable, ICloneable
C#
public interface IReplicableSet : ISubscribableSet, 
	IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
Visual C++
public interface class IReplicableSet : ISubscribableSet, 
	IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
JavaScript
FileNet.Api.Collection.IReplicableSet = function();
FileNet.Api.Collection.IReplicableSet.createInterface('FileNet.Api.Collection.IReplicableSet');

ToggleSee Also