Returns the value held by the Content Engine property represented by this PropertyIdList object.


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

Syntax

Visual Basic (Declaration)
Function GetIdListValue() As IIdList
C#
IIdList GetIdListValue()
C++
IIdList GetIdListValue() abstract 
J#
IIdList GetIdListValue()
JScript
function GetIdListValue() : IIdList

Return Value

An IdList object specifying a collection of Id objects.

Exceptions

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

See Also