I am trying to create a program with the .NET SDK that can connect to a local repository that has been exported with LF Plus. Is there a way to do that?
Question
Question
Connect to Repository Exported with LF Plus using SDK
Replies
If you want to access the documents from outside the LF Plus viewer, sign in to the viewer, export the root folder as a briefcase, and export the briefcase into a live LF repository. If that doesn't work for you, can you elaborate on why you are trying to connect to a Plus repository?
I'm creating a program for my company using the Laserfiche SDK to use to search Laserfiche and bring up a list of documents that they can easily sort, filter, remove items from, open items from, and do other custom actions. I'm creating it in .NET. I'd like to allow people to use it with exported LF Plus repositories when they're on the road, as well as with our Laserfiche repository when they're connected to our office. The only things I need to be able to do with the LF Plus repository are search and open items.
I don't think this is possible due to the architecture of the LF Plus viewer. The viewer does not register itself for use with ImageEnable/CAT, so searching/opening through that interface is not possible. The viewer uses a local LF server listening on port 49152 and above (the first available port it can find) but the .NET SDK cannot talk to it because it is such an old version of LFS.
Ok, thanks for the prompt response! I'll figure out a way to satisfy my company's needs another way.