Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
AI OnAI Off
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
var contentRepository = //use either DataFactory or ServiceLocator.Current.GetInstance<IContentRepository>();
contentRepository.GetReferencesToContent(contentReference, true).ToList();
Does it also work for the Media Items. When I save a item into the media library I need to know where this element is used. Does it also work into the richtext?
In EPiServer 7, this method will not return media items since media is not content but in EPiServer 7.5 it will.
Hello,
How can I know, on the "block saved" event on which pages instances this block is used?
Regards,
BEnjamin