The document content type for the PODSDocument
object.
PODSDocument
attribute PODSUInt8 contentType;
Not applicable
PODSUInt8 PODSgetContentType(PODSDocument* doc);
void PODSsetContentType( PODSDocument* doc, PODSUInt8 contype );
doc The PODSDocument
object.
contype [in] Document content type, from the following list (defined in pods.h file): PODS_REDIRECT_TYPE
, PODS_UNKNOWN_TYPE
, PODS_SCRIPT_TYPE
, PODS_IMAGE_TYPE
, PODS_HTML_TYPE
Getter: Document content type, from list above.
Setter: None
Use getter when asking for documents by URL, using the PODSDocumentMgr
object's documentForUrl( )
PODSDocumentMgr
object's documentForUrl( )
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |