Hi,
I'm planning to access livelink from sharepoint. I'm seeing that I have three different implementations of a library to try to access livelink from:
com.livelink.api
Opentext.LAPI
Opentext.SharePoint.Livelink.*
Now I'm trying to figure out which of these I need to use. I'd assume the later two would be preferable, but for both of them I don't see any way to get RSI information from a records management classification object.
In another post I was pointed to RMGetRSIDetails() which appears to be only in com.livelink.api.
In our project we've used Opentext.LAPI and Opentext.SharePoint.Livelink.* both to access livelink. Now I'm looking at the possibility of adding another dll reference (with at times the same class names) to our project and this is probably undesireable.
How would I get the RSI information from either the LAPI api or the SharePoint Livelink integration API for a RM classification object?
Thanks,