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)

Syntax

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

Parameters

propertyName
A String specifying a property name.

Return Value

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

See Also