tridion-sites-extensions-api-docs

Home > @tridion-sites/models > MultimediaType

MultimediaType class

Represents a Multimedia Type: a type of binary content

Signature:

export declare class MultimediaType extends SystemWideObject

Extends: SystemWideObject

Constructors

Constructor Modifiers Description
(constructor)(multimediaTypeArgs)   Constructs a new instance of the MultimediaType class

Properties

Property Modifiers Type Description
_backendModel   BackendMultimediaType  
fileExtensions   ReadonlyArray<string> | undefined File extensions associated with this Multimedia type.
getInternalModel   () => BackendMultimediaType  
mimeType   string | undefined MIME type according to IETF RFC 2046.