Represents a collection of dependent objects. You cannot create an instance of a
. This object is instantiated as the return value from a method call such as
on the
or
interfaces, or
on the
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 |