Represents a Content Engine property that holds an DependentObjectList object. A DependentObjectList object is a collection (ordered, non-unique) of DependentObject objects.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyDependentObjectList
    Implements IProperty, ICloneable
C#
public interface IPropertyDependentObjectList : IProperty, ICloneable
C++
interface class IPropertyDependentObjectList : IProperty, ICloneable
J#
public interface IPropertyDependentObjectList implements IProperty, ICloneable
JScript
public interface IPropertyDependentObjectList extends IProperty, ICloneable

See Also