Represents a collection of independent objects. An instance of this collection is created as a result of fetching objects from a Content Engine repository and casting the returned objects to IndependentObjectSet.

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

ToggleSyntax

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

ToggleSee Also