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)

Syntax

Visual Basic (Declaration)
Public Interface IIndependentObjectSet
    Implements IEngineSet, IEngineCollection, IEnumerable, ICloneable
C#
public interface IIndependentObjectSet : IEngineSet, IEngineCollection, IEnumerable, ICloneable
C++
interface class IIndependentObjectSet : IEngineSet, IEngineCollection, IEnumerable, ICloneable
J#
public interface IIndependentObjectSet implements IEngineSet, IEngineCollection, IEnumerable, ICloneable
JScript
public interface IIndependentObjectSet extends IEngineSet, IEngineCollection, IEnumerable, ICloneable

See Also