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

ToggleSee Also