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