Represents a collection of ComponentRelationship objects.

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

ToggleSyntax

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

ToggleSee Also