Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
DExtractionOptions::AllowedExtensions Data Member
DExtractionOptions Class | DExtractionOptions Class | dtSearch Namespace | Send Feedback

If dtsExoLimitExtensions flag is set, image and attachment filename extensions will be limited to the names listed in allowedExtensions.

DStringSetProperty AllowedExtensions;
Description

Images and attachments with other extensions will have the defaultExtension appended. For example, if "exe" is not included in the list of allowedExtensions, and if defaultExtension is ".data", then an attachment named "sample.exe" will be saved as "sample.exe.data". allowedExtensions is a null-delimited string set. Do not include the "." in each extension, and extensions should be lower case.

Class
Links
You are here: C++ Support Classes > dtSearch Namespace > Classes > DExtractionOptions Class > DExtractionOptions::AllowedExtensions Data Member
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.