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
Anyone have .NET Upload Examples?
General_Dynamics_OTS_(genduser8_-_(deleted))
Hey all-I've looked at the other examples,but still have not been able to make it work in .NET. Anyone have a .net example they would like to share? I have been successful making changes to users, but document object seem to give me problems.Thanks
Find more posts tagged with
Comments
eLink User
Message from Nair, Krishnankutty N. via eLinkOne of the .net language is C# .LAPI is common for java and c#(It isjava for all practical purposes) .There are tons of documents in thisregard in the KB and in public forumsWhat are you missing ?Are you wanting to upload a physical electronic file in a hard drive toa livelink serveror more complicated than that. -----Original Message-----From: eLink Discussion: LAPI Discussion[mailto:lapi@elinkkc.opentext.com] Sent: Tuesday, May 16, 2006 8:44 AMTo: eLink RecipientSubject: Anyone have .NET Upload Examples?Anyone have .NET Upload Examples?Posted by OTS, General Dynamics on 05/16/2006 09:42 AMHey all-I've looked at the other examples,but still have not been able to makeit work in .NET. Anyone have a .net example they would like to share?I have been successful making changes to users, but document object seemto give me problems.Thanks[To reply to this thread, use your normal E-mail reply function.]============================================================Discussion: LAPI Discussion
https://knowledge.opentext.com/knowledge/livelink.exe/open/765428Livelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exeTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.lapi@elinkkc.opentext.com.
Layne_Anderson_(landerson_-_(deleted))
Message from Layne Anderson <
layneanderson@usa.net
> via eLink
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">eLink
Do you need a c# or a vb example?
Layne Anderson
layne.anderson@sbti.com
From:
eLink Discussion: LAPI Discussion [mailto:lapi@elinkkc.opentext.com]
Sent:
Tuesday, May 16, 2006 8:44 AM
To:
eLink Recipient
Subject:
Anyone have .NET Upload Examples?
Anyone have .NET Upload Examples?
Posted by
genduser8
(OTS, General Dynamics) on 05/16/2006 09:42 AM
Hey all-
I've looked at the other examples,but still have not been able to make it work in .NET. Anyone have a .net example they would like to share? I have been successful making changes to users, but document object seem to give me problems.
Thanks
General_Dynamics_OTS_(genduser8_-_(deleted))
I am really a vb guy for the most part. I guess that is why I am having such a hard time with the other languages. Any help would be great!Thanks,Doug
Etienne_De_Villiers
The VB code in the KC to upload/create a document can be found at the following link:
https://knowledge.opentext.com/knowledge/llisapi.dll/CreateDocument.vb?func=doc.fetch&nodeId=4154944&viewType=1In
order for you to use this code as is in VB.NET you would need to change the LONG datatypes in the accompanying .bas files to INTEGER because VB.NET does not have a LONG data type or you need to use the IMPORTS statement which I have not personally tried myself.I have included a sample I use of the lapi_documents.vb file. You need to rework the others...