Locates the named parameter in the parameter bag and returns the value of
the object it holds.
Namespace:
FileNet.Api.ActionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetInteger32ListValue ( _ name As String _ ) As IInteger32List |
C# |
---|
public virtual IInteger32List GetInteger32ListValue( string name ) |
Visual C++ |
---|
public: virtual IInteger32List^ GetInteger32ListValue( String^ name ) |
JavaScript |
---|
function getInteger32ListValue(name); |
Parameters
- name
- Type: System..::.String
A String that specifies the parameter name to retrieve.