A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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