I want to make a page that contains a list of our mime types , to make it easy for developers to choose these images and copy their location, make mouseovers and things like that on that page.
Now I want to know if I can in any way just get a listing of these mime directorys.
I was looking in the filesystem, but I suppose these are not just directorys on the server, but stored in database.
Is there a function to get a list of all mime objects in an application?
It should be something from one of the SKWF function groups, but all I can find is SKWF_FOLDER_AS_XML_GET and that gives the content of the folder in xml format.
I just need a list of all the mimes.