Adds a value for the named parameter to the parameter bag for this
object.
Namespace: FileNet.Api.Action
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub PutValue( _ ByVal name As String, _ ByVal v As Nullable(Of Long) _ ) |
C# |
---|
public virtual void PutValue( string name, Nullable<long> v ) |
C++ |
---|
public: virtual void PutValue( String name, Nullable<long> v ) |
J# |
---|
public virtual void PutValue( string name, Nullable<long> v ) |
JScript |
---|
public virtual
function PutValue( name : String, v : Nullable<long> ) |
Parameters
- name
- A
that specifies the parameter name to add to the parameter bag.String
- v
- A
that specifies the value for the parameter.Long