Hi.
I am currently trying to upgrade a solution from Dynamicweb version 8.9.1.13 to Dynamicweb version 9.5.2.
I have a few functions/fields that I have a little trouble finding information about how to handle:
Base.ValidateEmail
page.Value("PageNavigationGroupSelector") - Usually I could find a property under NavigationSettings I could use, but I can't find a property that returns HandlerConfigurationType
productPage.Value("PageShowInSiteMap")
PageView.Current.Value("ActiveGroup") - Had a few of these buy usually there was a property to access instead. Couldn't find one for this one though.
Base.GetInternalPageID(calendarLink);
Any idea what these would be in Dynamicweb 9.5.2?