PODSDocumentSrc object

  • Inherits from: PODSObject

  • Accessed by: PODSDocument object's documentSrc

  • Available to: C only

PODSDocumentSrc is a single provider for documents, which are registered with the PODSDocumentMgr.

Most PODS authors will implement their own PODSDocumentSrc object and will implement either a documentForUrl( ) or a documentForSubmission( ), and a closeDocument( ). You need a createDocumentEnumerator( ) only if you want to vend documents and allow users to access them through the M-Business Client’s Find.


Summary of PODSDocumentSrc attributes and methods
closeDocument( )
createDocumentEnumerator( )
documentForSubmission( )
documentForUrl( )