guessMIMETypeEnabled property

bool? guessMIMETypeEnabled
final

A value that enables guessing of the MIME type for uploaded objects based on file extensions. Set this value to true to enable MIME type guessing, otherwise set to false. The default value is true.

Valid Values: true | false

Implementation

final bool? guessMIMETypeEnabled;