I have created a custom property for linking multiple pages to each other. When I publish a page with this property I want to update all the pages that is referenced in this property with a reference to the current published page. If I use the PublishedPage event I get a recursive loop with updates, so is it possible to use another event or is it possible to send with my own PageEventArgs telling the referenced pages to not update and publish the current published page again?
Hi,
I have created a custom property for linking multiple pages to each other. When I publish a page with this property I want to update all the pages that is referenced in this property with a reference to the current published page. If I use the PublishedPage event I get a recursive loop with updates, so is it possible to use another event or is it possible to send with my own PageEventArgs telling the referenced pages to not update and publish the current published page again?