Represents a collection of ICmHoldable objects.

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

ToggleSyntax

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

ToggleSee Also