Array ExMimeTypes
This is an array of elements in the structure of the Item object or root element. Used to specify the MIME type (basic or specific) of the files that should be allowed while loading pages.
Attributes
- May contain Priority attribute
- May contain External attribute
- While performing of task, one of the elements is selected , according with value of the Priority attribute.
Structure
"ExMimeTypess":[ { "ExMimeTypes":["<aExMimeTypes_1>","<aExMimeTypes_2>",...,"<aExMimeTypes_N>"], "External":"<aExternal_1>", "Priority":1 }, { "ExMimeTypes":["<aExMimeTypes_1>","<aExMimeTypes_2>",...,"<aExMimeTypes_N>"], "External":"<aExternal_2>", "Priority":1 }, ..., { "ExMimeTypes":["<aExMimeTypes_1>","<aExMimeTypes_2>",...,"<aExMimeTypes_N>"], "External":"<aExternal_N>", "Priority":1 } ]
Example
"Domains":[ { "Domain":"waspace.net" } ], "Pages":[ { "Page":"/about.html" }, "MimeTypes":[ { "MimeType":["application","image/png"] } ]
The following actions will be performed:
- Allowing loading files with the following MIME-types:
application
,image/png
- Loading of the home page
waspace.net/about.html
- Further task performance …