I am going to upgrade LF version from 9.0 to 9.2, and in my test environment with LFS 9.2, i want to get the server property company, and TotalRetrievalLicenses, but it is returning a blank string. Some properties are fine and some others show a blank string of Server object.
//Get laserfiche server Server lfserver = new Server("localhost"); //Show property MessageBox.Show(lfserver.Company);
I have read this question but refreshing not solve my problem (
Any help will be appreciated.