Creates a document enumerator.
PODSDocumentSrc
PODSDocumentEnumerator createDocumentEnumerator();
Not applicable
PODSDocumentEnumerator* PODScreateDocumentEnumerator( PODSDocumentSrc* docsrc );
docsrc The PODSDocumentSrc object.
PODSDocumentEnumerator object for the PODSDocumentSrc object.
Your document source can optionally implement this method, or your own implementation of it, if you would like it to provide enumeration of the documents that it can provide. Document enumeration allows the M-Business Client's Find to locate matching documents.
The PODSDocumentSrc implementation of createDocumentEnumerator( ) enumerates only a single document source, while the PODSDocumentMgr implementation enumerates all documents from all registered document sources.
PODSDocumentMgr object's createDocumentEnumerator( )
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |