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
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