Returns the value held by the Content Engine property represented by this
PropertyBinaryList object.
Namespace:
FileNet.Api.PropertyAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetBinaryListValue As IBinaryList |
C# |
---|
IBinaryList GetBinaryListValue() |
Visual C++ |
---|
IBinaryList^ GetBinaryListValue() |
JavaScript |
---|
function getBinaryListValue(); |
Return Value
A BinaryList object specifying a collection of byte arrays.
Exceptions
Exception | Condition |
---|---|
ExceptionCode..::.API_INVALID_PROPERTY_TYPE | Thrown if this method is called by a Property object type other than PropertyBinaryList. |