Click or drag to resize

IDataExportServiceGetMIMEType Method

Gets the MIME type for a given file extension.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string GetMIMEType(
	string fileExt
)

Parameters

fileExt
Type: SystemString
The file extension to look up

Return Value

Type: String
the MIME type for that file extension
See Also