A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Since you can have several items with the same name and type, this becomes a bit tricky. I guess you can use EPiServer Find or loop though the children if you know what folder the item exists in.
Hello,
With the new system how can I retreive a media if I know his type and his name? I suppose that I can do the following:
contentRepository.Get<PolyolefinsMedia>(new ContentReference(XXX))
But how can I retreive my contentReference by knowing the type and name?
REgards,