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, IEngineCollection, IEnumerable, ICloneable,  _
	IIndependentObjectSet, IEngineSet
C#
public interface IReplicableSet : ISubscribableSet, 
	IEngineCollection, IEnumerable, ICloneable, IIndependentObjectSet, IEngineSet
Visual C++
public interface class IReplicableSet : ISubscribableSet, 
	IEngineCollection, IEnumerable, ICloneable, IIndependentObjectSet, IEngineSet
JavaScript
FileNet.Api.Collection.IReplicableSet = function();
FileNet.Api.Collection.IReplicableSet.createInterface('FileNet.Api.Collection.IReplicableSet');

ToggleSee Also