Click or drag to resize
MimeTypeHelperAddRule Method
Adds the conversion rule to the conversion tables.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void AddRule(
	string mimetype,
	string extension
)

Parameters

mimetype
Type: SystemString
Mime type
extension
Type: SystemString
Extension
See Also