The value of sourceURL
for the form (PODSSubmission
object).
PODSSubmission
attribute PODSString sourceURL;
sub.sourceURL
sub.sourceURL = url
PODSString PODSgetSourceURL(PODSSubmission* sub);
void PODSsetSourceURL( PODSSubmission* sub, PODSString url );
sub The PODSSubmission
object.
url [in] The value of sourceURL
to set.
Getter: The value of sourceURL
for the PODSSubmission
object.
Setter: None
The source URL for the form (PODSSubmission
object) is the absolute URL of the document containing the form. This cannot be NULL
.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |