Developer forum

Forum » Integration » RE: Insert Label in Live Integration AddIn

RE: Insert Label in Live Integration AddIn

Gonçalo Assunção
Reply

Hello,

I'm extending some functionalities from the Live Integation Project. I was sorting the parameters in the backoffice AddIn by type (ex: all parameters for the  orders sorted together), and I would like to place a label in the beginning of that 'section'. Please check the printscreen attached.

How can I do that? I'v tried '[AddInLabel("Orders")]', but it threw an error when I tried to access the AddIn in the backoffice.

 

Thank you all in advance.

Live_Integration_Print.jpg

Replies

 
Dmitriy Benyuk
Reply

Hi Gonçalo,
you can try to use the Dynamicweb.Extensibility.Editors.LabelParameterEditor for this:
[AddInParameter("E-mail configuration:"), AddInParameterEditor(typeof(LabelParameterEditor), "")]
Regards, Dmitrij

 

You must be logged in to post in the forum