Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Mime Types
David_Hurth_(ejgalladmin_-_(deleted))
We are currently in the process of upgrading Livelink from version 9.1 sp1 to 9.5 sp1. We're using the LAPI api's to get Documents out of Livelink. When we try to get the mimtype associated to the document, we are unable to do so. The previous code looked something like this: String OTMimeType = value1.toValue(i).toString("OTMimeType"); // value1 is an LLValue object Debugging the code, we can see the "OTMimeType" variable but there is no value associated to it. Should this variable have the mimetype associated to it?
Find more posts tagged with
Comments
Janusz_Frydecki
I don't know for sure if you should see it in there but I think you could try this "debugging" tool that allows you to display the whole content of a LLValue.The code is in VB.NET but I think it could easily be converted into other languages.If you convert it in something else than VB.NET, please post it here so that others may benefit from it.In hope this piece of code will be of some help to youLouis