Adds a value for the named parameter to the parameter bag for
this PendingAction object.
Namespace:
FileNet.Api.Action
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Overridable Sub PutValue ( _
name As String, _
v As Nullable(Of Integer) _
) |
C# |
---|
public virtual void PutValue(
string name,
Nullable<int> v
) |
Visual C++ |
---|
public:
virtual void PutValue(
String^ name,
Nullable<int> v
) |
JavaScript |
---|
function putValue(name, v); |
Parameters
- name
- Type: System..::.String
A String that specifies the parameter name to add to the
parameter bag.
- v
- Type: System..::.Nullable<(Of <(Int32>)>)
An Integer that specifies the value for the parameter.