Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fetch livelink documents using lapi - C#

Status
Not open for further replies.

yamijala

Programmer
Aug 28, 2013
2
Dear All,

Can anybody help me by providing a sample code using C# to download documents from livelink. I am new to LAPI, hence would be grateful if you could help me in this regard.

Thanks,
Siva
 
try my website livelink.in.In there are links to the communities website with links to lapi code
lapi is very old you are sure you want that or the new web services stuff?
C# and java are most times interchaengeable once you know what to change where

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010
 
Hi,

Thank you for the response. Unfortunately my client doesn't allow the webservices to be used in their network due to security concerns. Alternatively i thought i can go with LAPI. My requirement is to fetch the documents and their metadata from livelink.

I will go through the links which you mentioned in your response, but meantime you have a code available, please post it.


Thanks,
Siva
 
The communities website of KB is a free registering site.It had some order hitherto but in the wake of lapi being gone I think the samples may vanish.All it takes is a free registartion
You can get to working links form

Just LAPI snippets more

You just need any working sample in C# get connection with a userid/password.
Everything document in livelink revolves around a nodeid(objid,dataid) this id is visible in the
URL that you see in the GUI.If you put FetchVersion in C# ide it should show you the
params that is download for you.





Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top