Returns the value held by the Content Engine property represented by this
PropertyBooleanList object.
Namespace:
FileNet.Api.PropertyAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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.
Exceptions
Exception | Condition |
---|---|
ExceptionCode..::.API_INVALID_PROPERTY_TYPE | Thrown if this method is called by a Property object type other than PropertyBooleanList. |