I am trying to read data from List table in DNN using ListController but it throws an error "{"Object reference not set to an instance of an object."}"
Code is like this
ListController lc = new ListController();
ListEntryInfoCollection leic = lc.GetListEntryInfoItems("Region");
Need Help
Thank You