XmlPublishedContent's instance properties hides a property in the umbraco properties collection of the same name
Hey Lee,
I've got the below. Was wondering howdo you do the PropertySource to override the order the properties are checked?
Thanks
Our.Umbraco.Ditto.UmbracoPropertyAttribute - The property Name being mapped from content type XmlPublishedContent's instance properties hides a property in the umbraco properties collection of the same name. It is recommended that you avoid using umbraco property aliases that conflict with IPublishedContent instance property names, but if you can't avoid this and you require access to the hidden property you can use the PropertySource parameter of the processors attribute to override the order in which properties are checked.
XmlPublishedContent's instance properties hides a property in the umbraco properties collection of the same name
Hey Lee,
I've got the below. Was wondering howdo you do the PropertySource to override the order the properties are checked?
Thanks
Our.Umbraco.Ditto.UmbracoPropertyAttribute - The property Name being mapped from content type XmlPublishedContent's instance properties hides a property in the umbraco properties collection of the same name. It is recommended that you avoid using umbraco property aliases that conflict with IPublishedContent instance property names, but if you can't avoid this and you require access to the hidden property you can use the PropertySource parameter of the processors attribute to override the order in which properties are checked.
Found it,
You need to put an attribute above your property like the one below if anyone is looking for it
Cool, glad you found it.
(I was away at the UK Festival - hadn't had chance to reply yet - all good!)
Cheers,
- Lee
Oh UK Festival. Nice. No prob Lee :)
is working on a reply...