You are here: Symbol Reference > dtSearch.Engine Namespace > Interfaces > DataSource Interface > DataSource Properties > DocText Property
Close
dtSearch .NET Standard API 2024.02
DataSource.DocText Property

In DocText, supply the text you want the dtSearch Engine to index.

string DocText;

The DocText property can be used to add plain-text content to the document being indexed. DocText is assumed to be text only, so if it contains text-like data such as RTF, HTML, or MIME-encoded email, the tags will be indexed as plain text rather than interpreted as RTF, HTML, or MIME.

Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.