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.
Hi all,
I have this old code that finds a MetaClass name by Id:
var metaClassName = Mediachase.MetaDataPlus.Configurator.MetaClass.Load(CatalogContext.MetaDataContext, _content.MetaClassId)?.Name ?? string.Empty;
So I was wondering -- is there a way to do this using Epi Repository objects? I have heard that "contexts" are deprecated.
Thanks,
- Ken