PODSDocument object

  • Inherits from: PODSObject

  • Accessed by: PODSDocumentMgr object's createDocument( ) (new document) or PODSWindow object's document (document already displayed)

  • Available to: C only

The PODSDocument object represents one document in the system, which can be an HTML page, an image, a script, or any one of several other objects. PODSDocument allows you to access all the document attributes, including the document source (PODSDocumentSrc object), and provides the document source data, a place where you can store information you need to associate with the PODS document.

If you are vending a PODS document, you could first create it using the PODSDocumentMgr object's createDocument( ), and then use the attributes below to add to it.

If you are asking for a PODS document by URL, using the PODSDocumentMgr object's documentForUrl( ), you could use the attributes below to obtain information about the document.


Summary of PODSDocument attributes and methods
contentType
documentSrc
documentSrcData
dom
expirationDate
imageHeight
imageWidth
redirectUrl
title
titleCharset
url