Hi,
I'm looking for a way to render radio-buttons in my custom Addin, but cannot figure out how I add the different possible values to choose from?
[AddInParameter("Type of products to include"), AddInParameterEditor(typeof(RadioParameterEditor), "inputClass=NewUIinput;")] public string contentTypeSelect { get; set; } = "all";
I've looked into https://doc.dynamicweb.com/documentation-9/integration/data-integration-module/integration-providers/creating-a-custom-data-integration-provider, but cannot find the different options explained anywhere?
--
Best regards
Kurt Moskjaer Andersen