Home > @tridion-sites/models > MultimediaType
Represents a Multimedia Type: a type of binary content
Signature:
export declare class MultimediaType extends SystemWideObject
Extends: SystemWideObject
Constructor | Modifiers | Description |
---|---|---|
(constructor)(multimediaTypeArgs) | Constructs a new instance of the MultimediaType class |
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. |