title

The title for the document; filled in if the document is a PODS_HTML_TYPE document.

Interface

PODSDocument

IDL definition
attribute PODSString title;
JavaScript synopsis

Not applicable

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

  • str   [in] The title to set.

Returns

Getter: Document title.

Setter: None