we need to render a macro embedded inside a normal Rich Text Editor property of a Umbraco node.
BUT, in our case, the node is not published. So it's not in Umbraco xml cache.
Is something acting like an archive and is queried by Lucene/Examine only.
From Examine i can get the content of the RTE with the macro inside, but i don't know how to render it.
Any ideas?
An alternative would be to create a virtual IPublishedContent from the nodeId of the unpublished content. But still i don't know how to do it.
Render Macro from Lucene content (string)
Hi guys,
we need to render a macro embedded inside a normal Rich Text Editor property of a Umbraco node.
BUT, in our case, the node is not published. So it's not in Umbraco xml cache.
Is something acting like an archive and is queried by Lucene/Examine only. From Examine i can get the content of the RTE with the macro inside, but i don't know how to render it.
Any ideas? An alternative would be to create a virtual IPublishedContent from the nodeId of the unpublished content. But still i don't know how to do it.
Thank you, A.
is working on a reply...