Custom .net backend control - how to get the givven alias in code
I have created a .net user control that is used as a datatype in the umbraco backend. The datatype is set on a documenttype as property. So for so good, it works.
But, in the .net code, I need the alias that is givven to the property when umbraco calls public object value.get
Custom .net backend control - how to get the givven alias in code
I have created a .net user control that is used as a datatype in the umbraco backend. The datatype is set on a documenttype as property. So for so good, it works.
But, in the .net code, I need the alias that is givven to the property when umbraco calls public object value.get
How do I get that?
is working on a reply...