Hi
I've updated a wrap solution to dw9. In the razor code is a check whether the last write time of the css is the same as area last updated time. One of the variables is:
DateTime areaUpdated = (DateTime)Pageview.Area.get_Value("AreaUpdatedDate");
but I get the error Dynamicweb.Content.Area' does not contain a definition for 'get_Value' and I can't find another way to get the date.
Does anybody know a different method (in dw9) for getting the area last updated date?
Regards Thomas