Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
AI OnAI Off
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
public PageReference Save(PageData page,SaveAction action,AccessLevel access)
You will find the access level you need to save the page in the static member called NoAccess in the class EPiServer.Security.AccessControlList, hence if you enter
EPiServer.Security.AccessControlList.NoAccess
as the input for the Save method, you will be able to save the page regardless the security settings.
Frank :)