Represents a collection of ICmHoldRelationship objects.

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

ToggleSyntax

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

ToggleSee Also