FileTypeDetectionMode enumeration

FileTypeDetectionMode enumeration

Defines a mode of the file type detection.

The FileTypeDetectionMode type exposes the following members:

Fields

Field Description
DEFAULT The file type is detected by the file extension; if the file extension isn’t recognized,
the file type is detected by the file content.
EXTENSION The file type is detected only by the file extension.
CONTENT The file type is detected only by the file content.

See Also