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
)
Function GetMIMEType (
fileExt As String
) As String
Parameters
- fileExt
- Type: SystemString
The file extension to look up
Return Value
Type:
Stringthe MIME type for that file extension
See Also