See Also
ExtractionOptions Class
You are here:
Symbol Reference
dtSearch .NET Standard API
Symbol Reference
>
dtSearch.Engine Namespace
dtSearch.Engine Namespace
>
ExtractionOptions Class
DisposableObject Class
ExtractionOptions Class
FileConverter Class
IndexCache Class
IndexFileInfo Class
IndexInfo Class
IndexJob Class
IndexProgressInfo Class
JobBase Class
JobErrorInfo Class
ListIndexJob Class
Options Class
OutputBase Class
SearchFileInfo Class
SearchFilter Class
SearchJob Class
SearchProgressInfo Class
SearchReportJob Class
SearchResults Class
SearchResultsItem Class
CheckConfigurationFlags Enumeration
Server Class
WordListBuilder Class
IcuStatusCode Enumeration
OtherFlags Enumeration
dts_pi_DataSourceArray Structure
DataSource Interface
IIndexStatusHandler Interface
ISearchStatusHandler Interface
AbortValue Enumeration
BinaryFilesSettings Enumeration
ConvertFlags Enumeration
ConvertPathFlags Enumeration
DebugLogFlags Enumeration
ErrorCodes Enumeration
ExtractionOptionsFlags Enumeration
FieldFlags Enumeration
FileInfoFlags Enumeration
HyphenSettings Enumeration
IndexingFlags Enumeration
IndexingStep Enumeration
ListIndexFlags Enumeration
MessageCode Enumeration
OutputFormat Enumeration
ReportFlags Enumeration
SearchFlags Enumeration
SortFlags Enumeration
TextFlags Enumeration
TypeId Enumeration
UnicodeFilterFlags Enumeration
UnindexedSearchFlags Enumeration
WordListBuilderFlags Enumeration
>
ExtractionOptions Members
ExtractionOptions Members
ExtractionOptions Constructor
ExtractionOptions Properties
Close
dtSearch .NET Standard API 2021.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
ExtractionOptions Members
The following tables list the members exposed by ExtractionOptions.
Public Methods
ExtractionOptions
Public Properties
AllowedExtensions
If the
dtsExoLimitExtensions
flag is set, image and attachment filename extensions will be limited to the values listed in AllowedExtensions.
DefaultExtension
Extension to add to images and attachments when the
dtsExoLimitExtensions
flags is set and an image or attachment has an extension that is not listed in
AllowedExtensions
.
FilenamePrefix
Filename prefix for extracted files stored in outputLocation
Flags
ExtractionOptionsFlags
value.
OutputFileListName
Name of text file to create with the names of all images and attachments extracted to the
OutputLocation
.
OutputLocation
Output folder for images and attachments extracted from the input file
OutputReference
URL of the
OutputLocation
for links in the conversion output.
UnnamedAttachmentLinkText
Text to use for link to an attachment that has no name
See Also
ExtractionOptions Class