The action method for the form (PODSSubmission object); the value of the form's (PODSSubmission object’s) method attribute.
PODSSubmission
attribute PODSString actionMethod;
sub.actionMethodsub.actionMethod = methodPODSString PODSgetActionMethod(PODSSubmission* sub);
void PODSsetActionMethod( PODSSubmission* sub, PODSString method );
sub The PODSSubmission object.
method [in] The action method to set: either SUB_METHOD_POST or SUB_METHOD_GET.
Getter: The action method for the PODSSubmission object: either SUB_METHOD_POST or SUB_METHOD_GET.
Setter: None
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |