November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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?