The value of trashResponse
for the form (PODSSubmission
object).
PODSSubmission
attribute PODSBoolean trashResponse;
sub.trashResponse
sub.trashResponse = bool
PODSBoolean PODSgetTrashResponse(PODSSubmission* sub);
void PODSsetTrashResponse( PODSSubmission* sub, PODSBoolean bool );
sub The PODSSubmission
object.
bool [in] The value of trashResponse
to set: PODS_TRUE
or PODS_FALSE
in PODS
; TRUE
or FALSE
in JavaScript.
Getter: PODS_TRUE
or TRUE
if trashResponse
is set to PODS_TRUE or TRUE
; PODS_FALSE
or FALSE
otherwise.
Setter: None
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |