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

ToggleSee Also