AppendParam
PowerScript function
Description
Appends the parameter to the request for Extension Grant
only.
Applies to
Syntax
|
1 |
objectname.AppendParam ( string param, string value ) |
|
Argument |
Description |
|---|---|
|
objectname |
A reference to the TokenRequest object in which you want |
|
param |
A string specifying the parameter name. |
|
value |
A string specifying the parameter value. |
Return value
Integer.
Returns 1 if it succeeds and -1 if an error occurs. If any
argument’s value is null, the method returns null.
Examples
The following example shows the use of the AppendParam function to
append a parameter:
|
1 2 3 4 5 |
int li_return string ls_param, ls_value TokenRequest lnv_TokenRequest li_return = lnv_TokenRequest.appendparam(ls_param,ls_value) |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest