London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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 :)