AI OnAI Off
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