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

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

ToggleSyntax

Visual Basic (Declaration)
Function GetBooleanListValue As IBooleanList
C#
IBooleanList GetBooleanListValue()
Visual C++
IBooleanList^ GetBooleanListValue()
JavaScript
function getBooleanListValue();

Return Value

A BooleanList object specifying a collection of Boolean objects.

ToggleExceptions

ExceptionCondition
ExceptionCode..::.API_INVALID_PROPERTY_TYPE Thrown if this method is called by a Property object type other than PropertyBooleanList.

ToggleSee Also