Locates a PropertyBooleanList 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 GetBooleanListValue ( _
	propertyName As String _
) As IBooleanList
C#
IBooleanList GetBooleanListValue(
	string propertyName
)
Visual C++
IBooleanList^ GetBooleanListValue(
	String^ propertyName
)
JavaScript
function getBooleanListValue(propertyName);

Parameters

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

Return Value

A BooleanList 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 PropertyBooleanList instance.

ToggleSee Also