Returns the list of values held by the Content Engine property collection represented by this PropertyDependentObjectList object.

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

ToggleSyntax

Visual Basic (Declaration)
Function GetDependentObjectListValue As IDependentObjectList
C#
IDependentObjectList GetDependentObjectListValue()
Visual C++
IDependentObjectList^ GetDependentObjectListValue()
JavaScript
function getDependentObjectListValue();

Return Value

A DependentObjectList object specifying a collection of DependentObject objects.

ToggleExceptions

ExceptionCondition
ExceptionCode..::.API_INVALID_PROPERTY_TYPE Thrown if this method is called by a Property object type other than PropertyDependentObjectList.

ToggleSee Also