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
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 :)