actionMethod

The action method for the form (PODSSubmission object); the value of the form's (PODSSubmission object’s) method attribute.

Interface

PODSSubmission

IDL definition
attribute PODSString actionMethod;
JavaScript synopsis
sub.actionMethod
sub.actionMethod = method
C synopsis
PODSString PODSgetActionMethod(PODSSubmission* sub);
void PODSsetActionMethod(
  PODSSubmission* sub,
  PODSString method
);
Parameters
  • sub   The PODSSubmission object.

  • method   [in] The action method to set: either SUB_METHOD_POST or SUB_METHOD_GET.

Returns

Getter: The action method for the PODSSubmission object: either SUB_METHOD_POST or SUB_METHOD_GET.

Setter: None

See also

actionURL