Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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?