Hi Guys. hit a weird problem in my website. Seemingly out of nowhere, my DynamicNode properties are all being returned as strings. I have a couple of custom properties that are integers that used to pull back as integers propery.
For example, the following snipped used to work: (dWidth is the dynamic)
Now that something has changed it requires me to use int.Parse() to to ensure that the type is correct. Is there any simple explination for this? As I understood it, umbraco should autotype a DynamicNode's dynamic properties.Thanks.
DynamicNode dynamic properties are all strings
Hi Guys. hit a weird problem in my website. Seemingly out of nowhere, my DynamicNode properties are all being returned as strings. I have a couple of custom properties that are integers that used to pull back as integers propery.
For example, the following snipped used to work: (dWidth is the dynamic)
Now that something has changed it requires me to use int.Parse() to to ensure that the type is correct. Is there any simple explination for this? As I understood it, umbraco should autotype a DynamicNode's dynamic properties.Thanks.
is working on a reply...