Hi,
Is there a nice way to get the type of a content with contentreference or id without loading the content?
I found this project https://github.com/vimvq1987/CatalogContentTypeResolver but it uses methods from Commerce and we use CMS only.
I´m rebuilding the Link validation scheduled job to be able to detect if the ~/link/{guid}.aspx is a reference to a block.
We have hundreds of references in the softlink table to block content that all get market as 404 in the scheduled job.
Any idées?