London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Was doing something similiar but I didn't find an elegant solution... I stored the original datetime in my own property and printed that with PageChanged as fallback. Then I cleared my property in the saving event on the next save where where PageChangedOnPublish was true.
Hi
I want to copy a page in EPiServer, and I want the page I am copying to get the same exact "PageChanged" value that the original page has.
Is this possible?
I'm thinking in the lines of
/Andreas