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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. snowcap

    livelink 9.7 c# sample to extract documents to folder path and metadata to excel sheet

    All is good,however the system use arabic language. All the letter are coming unicoded. And XMLExport takes 3 parameters what shall I pass for LLValue options? Any ideas?
  2. snowcap

    livelink 9.7 c# sample to extract documents to folder path and metadata to excel sheet

    One last question how can I get all the object Ids if I don't have any,I mean from the root. I know using oracle I can use select dataid, parentid, name, versionnum from dtree where parentid = 6242946 However, using LAPI what will be my starting point?
  3. snowcap

    livelink 9.7 c# sample to extract documents to folder path and metadata to excel sheet

    Thx appnair.They are using livelink 9.7 and they provided the lapi sdk only. Anyway I will try my best.
  4. snowcap

    livelink 9.7 c# sample to extract documents to folder path and metadata to excel sheet

    This is what I have found so far,am not sure it is correct and am still missing fetching the metadata. LLSession session; LAPI_DOCUMENTS doc;//library object LAPI_WORKFLOW flow;//workflow object LLValue value = new LLValue(); session = new...
  5. snowcap

    livelink 9.7 c# sample to extract documents to folder path and metadata to excel sheet

    Thx appnair,however I don't have access to KB.
  6. snowcap

    livelink 9.7 c# sample to extract documents to folder path and metadata to excel sheet

    Hello, Sorry can somebody share the source code for a sample application in c# that loop through folders and download documents and metadata Knowing that https://communities.opentext.com/ is no longer available. Thanks

Part and Inventory Search

Back
Top