I am working on upgrading CMS 11 to CMS 12 and have ran the scripts and upgraded from ASP.NET MVC to .NET Core. I havn't worked alot with .NET Core so it is a bit new to me. The customer have a subscription functionality and we have made a admin plugin to list subscribers and which categories and/or pages they subscribe on. Converting this admin plugin is a bit troublesome. Before, we fetched all subscribers using "ProfileManager.GetAllProfiles(ProfileAuthenticationOption.All)", then fetching all info for the profile using "EPiServerProfile.Get(profileInfo.UserName)". How would this work in CMS 12? I have tried searching in the documentation and googling. But I dont find anyone with the same problem.
Hi!
I am working on upgrading CMS 11 to CMS 12 and have ran the scripts and upgraded from ASP.NET MVC to .NET Core.
I havn't worked alot with .NET Core so it is a bit new to me.
The customer have a subscription functionality and we have made a admin plugin to list subscribers and which categories and/or pages they subscribe on. Converting this admin plugin is a bit troublesome. Before, we fetched all subscribers using "ProfileManager.GetAllProfiles(ProfileAuthenticationOption.All)", then fetching all info for the profile using "EPiServerProfile.Get(profileInfo.UserName)". How would this work in CMS 12?
I have tried searching in the documentation and googling. But I dont find anyone with the same problem.
Best Regards
Niklas