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.
Yes there is. However you have to know the MetaField mapped to that property. Then you can do it like this:
var metaField = MetaField.Load(CatalogContext.MetaDataContext, metaFieldId).Dictionary.OfType<MetaDictionaryItem>();
Maybe I use wrong libraries, but it says that:
OfType<MetaDictionaryItem>();
is not supported.
using Mediachase.Commerce.Catalog; using Mediachase.MetaDataPlus.Configurator;
Hi,
I have a property like:
And I need to extract all the posible values for it. Is there any api to call to get such data?