MimeTypeIcon class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:30

Description

The MimeTypeIcon element is rendered as a HTML <img /> tag that displays the icon associated with the value of the mime type provided by the MimeType property.

In practice, this element is not used in directory styles (in which we rather use ObjectTypeIcon), but in edit or create forms and together with the Upload template kind.

See http://tech.teradp.com/tech/html/gn4/docs/VSdoc/frlrfTeraDPGN4WebUIWinUIEmulationMimeTypeIconClassTopic.html

Namespace

xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

Members

For the list of properties and methods, see:

http://tech.teradp.com/tech/html/gn4/docs/VSdoc/frlrfTeraDPGN4WebUIWinUIEmulationMimeTypeIconClassTopic_members+.html

Example

<l:MimeTypeIcon MimeType="{Binding Path=Mime}"/>

<l:MimeTypeIcon MimeType="{Binding Path=Mime}"/>

See also

CheckOutIcon

ClipboardIcon

ConfigIcon

ObjectTypeIcon

UnlockIcon