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.
This is the code used in the property control:
MultipleOptionsListSettings settings = (MultipleOptionsListSettings)PropertyData.GetSetting(typeof(MultipleOptionsListSettings));
(MultipleOptionsListSettings is defind in the namespace EPiServer.Web.PropertyControls.PropertySettings)
Hi,
I want to use the PropertyDropDownList property to provide options for a search form. Is there a way to programmatically retrieve the name/values specified in admin mode so I can render them as a datasource to a checkboxlist for example?
Thanks a lot in advance