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

ToggleSee Also