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
EPDataFactory.MovingPage += new EPiServer.PageEventHandler(EPDataFactory_MovingPage);
private void EPDataFactory_MovingPage (object sender, PageEventArgs e)
{
e.CancelAction = true;
}
EPDataFactory.MovingPage += new EPiServer.PageEventHandler(EPDataFactory_MovingPage);
private void EPDataFactory_MovingPage (object sender, PageEventArgs e)
{
e.CancelAction = true;
}
When "Deleting" a page (moving it actually to recycle bin), the page still disappears, but when manually refreshing the tree, the item re-appear again (which is correct). Is there a way to stop the page to disappear and reappear again? I'm using version 4.60.1.165
Thanks