MediaSet Data Type in Dynamics NAV

A complex type that encapsulates media, such as images, in application database tables. The MediaSet data type can be used as a table field data type, but cannot be used as variable or parameter.

The MediaSet data type enables you to import media to the application database as part of a collection, and then reference the imported media from records. This makes it possible to display the media in the client user interface. You can also export media from the database to files and streams.

See Also

Working With Media on Records
COUNT Function (MediaSet)
IMPORTFILE Function (MediaSet)
IMPORTSTREAM Function (MediaSet)
INSERT Function (MediaSet)
ITEM Function (MediaSet)
MEDIAID Function (MediaSet)
EXPORTFILE Function