url

The URL for the document.

Interface

PODSDocument

IDL definition
attribute PODSString url;
JavaScript synopsis

Not applicable

C synopsis
PODSString PODSgetUrl(PODSDocument* doc);
void PODSsetUrl(
  PODSDocument* doc,
  PODSString str
);
Parameters
  • doc   The PODSDocument object.

  • str   [in] The URL to set.

Returns

Getter: Document URL.

Setter: None

See also

redirectUrl