Hi!
How can I get the 'Page Updated Date' for a given page via the API?
It should be the same date which @GetDate('DwPageUpdatedDate') returns.
Let's say the page with the ID=4
@Dynamicweb.Services.Pages.GetPage(4)...
But I can't find PageUpdatedDate etc. in the Page Class?
Where should I look?