Represents a collection of ICmTaskRelationship objects. A ICmTaskRelationshipSet is returned by Successors or Predecessors of an ICmTask object.

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

ToggleSyntax

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

ToggleSee Also