Flags for FileConverter.Flags
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| dtsConvertGetFromCache | Read input file from a cached document stored in the index. | 8192 |
| dtsConvertJustDetectType | Just detect the file type of the document and return it in DetectedTypeId, without generating any output. | 128 |
| dtsConvertXmlToXml | Add hit highlight markings to XML data while retaining the XML format. Set the OutputFormat to itXML. See: Highlighting hits in XML files | 64 |
| dtsConvertViaHtml | For internal use. | 16 |
| dtsConvertInputIsNotHtml | Assume that the input file is not HTML for purposes of deciding whether to do HTML-to-HTML conversion. If the output format is HTML, this forces the dtSearch Engine to convert the file to simple text before adding hit highlight markings. | 8 |
| dtsConvertRemoveScripts | Remove JavaScript from HTML files when adding hit highlight markings. JavaScript in HTML files can cause errors if displayed outside will have inthe expected context of the script. | 4 |
| dtsConvertSkipHiddenHits | Do not insert BeforeHit and AfterHit marks for a hit that cannot be displayed in HTML because the text is not visible. If this flag is not set, a pair of beforeHit/afterHit tags will be added before the next visible text in the file. | 2 |
| dtsConvertInputIsHtml | Assume that the input file is HTML for purposes of deciding whether to do HTML-to-HTML highlighting. | 1 |
Namespace: dtSearch.Engine
Assembly: dtSearchNetApi (in dtSearchNetApi.dll)