documentSrc

The document source (the source that vended this document) for the PODSDocument object.

Interface

PODSDocument

IDL definition
attribute PODSDocumentSrc documentSrc;
JavaScript synopsis

Not applicable

C synopsis
PODSDocumentSrc* PODSgetDocumentSrc(PODSDocument* doc);
void PODSsetDocumentSrc(
  PODSDocument* doc,
  PODSDocumentSrc* source
);
Parameters
  • doc   The PODSDocument object.

  • source   [in] The document source to set.

Returns

Getter: The PODSDocumentSrc object or the PODSDocument object.

Setter: None

See also

documentSrcData