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)
Visual Basic (Declaration) |
---|
Public Interface IPropertyDependentObjectList _
Implements IProperty, ICloneable |
C# |
---|
public interface IPropertyDependentObjectList : IProperty,
ICloneable |
Visual C++ |
---|
public interface class IPropertyDependentObjectList : IProperty,
ICloneable |
JavaScript |
---|
FileNet.Api.Property.IPropertyDependentObjectList = function();
FileNet.Api.Property.IPropertyDependentObjectList.createInterface('FileNet.Api.Property.IPropertyDependentObjectList'); |