You are here: C++ Support Classes > dtSearch Namespace > Classes > DExtractionOptions Class > DExtractionOptions::DefaultExtension Data Member
Close
dtSearch Text Retrieval Engine Programmer's Reference
DExtractionOptions::DefaultExtension Data Member

Extension to add to images and attachments when the dtsExoLimitExtensions flag is set and an image or attachment has an extension that is not listed in AllowedExtensions.

Syntax
C++
DStringProperty DefaultExtension;

The AllowedExtensions list controls which attachments and images can be extracted with the original filename extension preserved. Attachments and images with extensions that are not in the list will have the DefaultExtension appended to the output filename, effectively disabling the original extension. 

Do not include the "." in the extension.