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)

ToggleSyntax

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

ToggleSee Also