November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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