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