Represents a collection of dependent objects. You cannot create an instance of a DependentObjectList. This object is instantiated as the return value from a method call such as GetDependentObjectListValue on the IProperties or IProperty interfaces, or FetchDependentObjectListValue on the IPropertyDependentObjectList interface.


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

Syntax

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

See Also