Represents a collection of ICmSweepRelationship objects.

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

ToggleSyntax

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

ToggleSee Also