The properties of the DataSource class are listed below. For a complete list of DataSource class members, see the DataSource Members topic.
DocBytes | Use DocBytes to provide an array of bytes for dtSearch to use as the binary contents of this document. |
DocCreatedDate | The date that the document was originally created. |
DocDisplayName | The DocDisplayName is a user-friendly version of the filename, which the dtSearch end-user product displays in search results. |
DocError | If WasDocError is true, DocError will contain a string providing details on the nature of the error. |
DocFields | In DocFields, supply any fielded data you want the dtSearch Engine to index. |
DocId | Each time GetNextDoc() is called, DocId will contain the doc id of the previous document. |
DocIsFile | If True, DocName will be interpreted as the name of a file to be indexed, and dtSearch will index the contents of the file along with any data provided in DocText and DocFields. |
DocModifiedDate | The date that the document was last modified. |
DocName | The DocName is the name of the document, as you want it to appear in search results. |
DocText | In DocText, supply the text you want the dtSearch Engine to index. |
DocTypeId | Each time GetNextDoc() is called, DocTypeId will return an integer identifying the file type of the previous document. |
DocWordCount | Each time GetNextDoc() is called, DocWordCount will contain the number of words in the previous document. |
HaveDocBytes | Set HaveDocBytes to true if there is binary document data to process in DocBytes |
WasDocError | Each time GetNextDoc() is called, WasDocError will be true if there was an error processing the |
DataSource Class | dtSearch.Engine Namespace | IndexJob