Locates a PropertyIdList property by name in this Properties collection and returns the value it holds.


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

Syntax

Visual Basic (Declaration)
Function GetIdListValue( _ 
   ByVal propertyName As String _ 
) As IIdList
C#
IIdList GetIdListValue(
   string propertyName
)
C++
IIdList GetIdListValue(
   String propertyName
) abstract 
J#
IIdList GetIdListValue(
   string propertyName
)
JScript
function GetIdListValue(
   propertyName : String
) : IIdList

Parameters

propertyName
A String specifying a property name.

Return Value

An IdList collection specifying the value of the property.

Exceptions

Exception TypeCondition
EngineRuntimeException Thrown if the property cannot be found in the collection or or is not a PropertyIdList instance.

See Also