Hello guys I hope I post this in the correct section.
So I created a UserControl (.ascx) File and added it as a macro. In the parameter tab I added a new parameter with the type "Multiple Media Picker". How do I access this value in the UserControl? I had no problems accessing a textbox value but I couldn't figure out how to access this kind of type... I assume I need to create a property something like:
public Umbraco.MultipleMediaPicker images{ get; set; }
Passing parameter values to UserControl (.ascx)
Hello guys I hope I post this in the correct section.
So I created a UserControl (.ascx) File and added it as a macro. In the parameter tab I added a new parameter with the type "Multiple Media Picker". How do I access this value in the UserControl? I had no problems accessing a textbox value but I couldn't figure out how to access this kind of type... I assume I need to create a property something like:
But I get a warning:
Maybe there is a nicer way of doing this?
Thanks
Hi TempleClause and welcome to our :)
What exact version of Umbraco are you using?
/Jan
Umbraco version 7.2.1 assembly: 1.0.5462.37503
thanks
bump :-)
is working on a reply...