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)

ToggleSyntax

Visual Basic (Declaration)
Function GetIdListValue ( _
	propertyName As String _
) As IIdList
C#
IIdList GetIdListValue(
	string propertyName
)
Visual C++
IIdList^ GetIdListValue(
	String^ propertyName
)
JavaScript
function getIdListValue(propertyName);

Parameters

propertyName
Type: System..::.String
A String specifying a property name.

Return Value

An IdList collection specifying the value of the property.

ToggleExceptions

ExceptionCondition
FileNet.Api.Exception..::.EngineRuntimeException Thrown if the property cannot be found in the collection or or is not a PropertyIdList instance.

ToggleSee Also