Is there a way to directly convert property values.
Here's a curveball.
I'm upgrading a site from 6.1.6 to 6.2.5 (maybe later to 7.x)
A previous developer built a bunch of optimisation stuff, unfortunately one part was reflecting on an internal method which ... now that I'm upgrading ... has gone away.
the methods he was calling in 6.1.6 were: Umbraco.Core.PublishedContentHelper.ConvertPropertyValue
and
Umbraco.Web.PublishedContentExtensions.GetValueWithParsedLinks
If anyone has any hints as to the best way to convert these values without going through the published content system, I'd love to hear.
Is there a way to directly convert property values.
Here's a curveball.
I'm upgrading a site from 6.1.6 to 6.2.5 (maybe later to 7.x) A previous developer built a bunch of optimisation stuff, unfortunately one part was reflecting on an internal method which ... now that I'm upgrading ... has gone away.
the methods he was calling in 6.1.6 were:
Umbraco.Core.PublishedContentHelper.ConvertPropertyValue
andUmbraco.Web.PublishedContentExtensions.GetValueWithParsedLinks
If anyone has any hints as to the best way to convert these values without going through the published content system, I'd love to hear.
Cheers.
Murray.
is working on a reply...