Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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