Locates a PropertyBinaryList property by name in this Properties
collection and returns the value it holds.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Function GetBinaryListValue ( _
propertyName As String _
) As IBinaryList |
C# |
---|
IBinaryList GetBinaryListValue(
string propertyName
) |
Visual C++ |
---|
IBinaryList^ GetBinaryListValue(
String^ propertyName
) |
JavaScript |
---|
function getBinaryListValue(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying a property name.
Return Value
A
BinaryList collection specifying the value of the property.