Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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