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
Try this using this line:
EPiServer.DataFactory.Instance.Save(page, SaveAction.Publish, AccessLevel.Read)
Hi,
i want to change a property at run time.
To do this i use:
PageData writebleCopy = CurrentPage.CreateWritableClone();
and later
EPiServer.DataFactory.Instance.Save(writebleCopy, EPiServer.DataAccess.SaveAction.Publish);
But this work only if a user has edit/publidh privileges.
How have i to do if a user has only read provileges?