redirectUrl

The redirect URL for the document; filled in if the document is a PODS_REDIRECT_TYPE document.

Interface

PODSDocument

IDL definition
attribute PODSString redirectUrl;
JavaScript synopsis

Not applicable

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

  • str   [in] The redirect URL to set.

Returns

Getter: Document redirect URL.

Setter: None

See also

contentType, url