FileTypeDetectionMode

FileTypeDetectionMode enumeration

Defines a mode of the file type detection.

public enum FileTypeDetectionMode

Values

Name Value Description
Default 0 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 1 The file type is detected only by the file extension.
Content 2 The file type is detected only by the file content.

See Also