Represents a collection of objects, each of which is instantiated from an IVersionable subinterface.

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

ToggleSyntax

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

ToggleSee Also