Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
PageData pageData = Global.EPDataFactory.GetDefaultPageData( new PageReference(3), 3);
pageData.PageName = "A new historic page";
pageData.Property["PageCreated"].Value = DateTime.Now.Subtract(new TimeSpan(7,0,0,0));
Global.EPDataFactory.Save(pageData, SaveAction.Publish|SaveAction.Save);
Best regards,
Johan Olofsson
EPiServer AB