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