Click or drag to resize
MimeTypeHelper Class
Mime type helper.
Inheritance Hierarchy
SystemObject
  CMS.HelpersMimeTypeHelper

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static class MimeTypeHelper

The MimeTypeHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddRule
Adds the conversion rule to the conversion tables.
Public methodStatic memberGetExtension(String)
Gets the extension by mime type.
Public methodStatic memberGetExtension(String, String)
Gets the extension by mime type.
Public methodStatic memberGetMimetype(String)
Gets the mimetype by extension.
Public methodStatic memberGetMimetype(String, String)
Gets the mimetype by extension.
Public methodStatic memberLoadMimeTypes
Loads the values.
Top
See Also