Hello everyone!
I'm trying to extend the designer functionality. I've already noticed that you can write methods in server scripts and promote them to the ExpressionBuilder using promotion attributes.
So far it worked fine, but when I tried to write a .net 3.5 library in Visual Studio and added it to the designer’s CustomLib directory it did not appear in the ExpressionBuilder. (The necessary dlls for the promotion attributes were referenced)
Is it possible to promote methods to the ExpressionBuilder by including a .net library or only via server scripts?
Thanks.
Regards,
Andreas