Does anyone have experience with nested content in preview?
Im trying to get the last edited version of a nested content element, but i having a problem converting the data to the same format as in a published mode
Im getting the data using this content.Properties.FirstOrDefault(x => x.Alias == "nestedContent").Values.FirstOrDefault().EditedValue
content is iContent
and im using umbraco 8
Preview of Nested Content
Does anyone have experience with nested content in preview? Im trying to get the last edited version of a nested content element, but i having a problem converting the data to the same format as in a published mode Im getting the data using this
content.Properties.FirstOrDefault(x => x.Alias == "nestedContent").Values.FirstOrDefault().EditedValue
content is iContent and im using umbraco 8is working on a reply...