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)

Syntax

Visual Basic (Declaration)
Function GetDependentObjectListValue() As IDependentObjectList
C#
IDependentObjectList GetDependentObjectListValue()
C++
IDependentObjectList GetDependentObjectListValue() abstract 
J#
IDependentObjectList GetDependentObjectListValue()
JScript
function GetDependentObjectListValue() : IDependentObjectList

Return Value

A DependentObjectList object specifying a collection of DependentObject objects.

Exceptions

Exception TypeCondition
API_INVALID_PROPERTY_TYPE Thrown if this method is called by a Property object type other than PropertyDependentObjectList.

See Also