Hello,
I am looking for a way to port all existing code that uses LFSO to RA. Is there any kind of guide available that would make porting the code much easier?
Thank you
Hello,
I am looking for a way to port all existing code that uses LFSO to RA. Is there any kind of guide available that would make porting the code much easier?
Thank you
There is not that kind of guide that I am aware of, but in the full SDK install, you will find some sample projects (C:\Program Files\Laserfiche\SDK 10.2\Samples) that you can use to see how they are calling the new methods. Also, in the Help file (Laserfiche SDK 10.2 Documentation) that is installed with the full SDK, they give code samples for some of the more basic tasks, but they will help you learn how to interact with most of the RA objects.
When I made the switch, it took a bit to get used to the way the RA (.Net) objects were used verses the LFSO (COM) objects. But once I got used to it, RA seems to be more intuitive.