dms.GetOsMimetypes
This job returns the mime type information from the database.
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
Mime type information in XML format |
3. Return Value
(INT): 0 = Job successful, otherwise error code
Complete error list
Example of returned mime type list:
<OsMimetypes>
<OsMimetype mimetypeid="1" mimetype="image/x-ms-bmp" mimetypegroup="IMAGE" extension="bmp" osiconid="1073743984"/>
<OsMimetype mimetypeid="2" mimetype="image/jpeg" mimetypegroup="IMAGE" extension="jpg" osiconid="1073743984"/>
[...]
</OsMimetypes>