Represents a collection of ReplicationGroup objects. You can retrieve this collection with the ReplicationGroups property of a Domain object.

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

ToggleSyntax

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

ToggleSee Also