Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
AI OnAI Off
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
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