Locates the named parameter in the parameter bag and returns the value of the object it holds.
Namespace: FileNet.Api.Action
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetBinaryListValue( _ ByVal name As String _ ) As IBinaryList |
C# |
---|
public virtual IBinaryList GetBinaryListValue( string name ) |
C++ |
---|
public: virtual IBinaryList GetBinaryListValue( String name ) |
J# |
---|
public virtual IBinaryList GetBinaryListValue( string name ) |
JScript |
---|
public virtual
function GetBinaryListValue( name : String ) : IBinaryList |
Parameters
- name
- A
that specifies the parameter name to retrieve.String
Return Value
The value of the parameter as an
object. Returns
if the parameter cannot be found in the parameter bag.