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)

Syntax

Visual Basic (Declaration)
Function GetBooleanListValue() As IBooleanList
C#
IBooleanList GetBooleanListValue()
C++
IBooleanList GetBooleanListValue() abstract 
J#
IBooleanList GetBooleanListValue()
JScript
function GetBooleanListValue() : IBooleanList

Return Value

A BooleanList object specifying a collection of Boolean objects.

Exceptions

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

See Also