Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there a razor equivalent to
var dn = new DynamicNode(id);
for DynamicPublishedContent?
Specifically, when I try to created a DynamicPublishedContentList from an MNTP property I have been trying to use the UmbracoHelper.TypedContent(id) - which returns a Umbraco.Web.Models.XmlPublishedContent which is an internal class ...
Mucho Gracias
I suppose it would be helpful to mention I am using Umbraco 4.11.1 ;-)
Figured it out - Umbraco.Content(id)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
DynamicPublishedContent by id
Is there a razor equivalent to
var dn = new DynamicNode(id);
for DynamicPublishedContent?
Specifically, when I try to created a DynamicPublishedContentList from an MNTP property I have been trying to use the UmbracoHelper.TypedContent(id) - which returns a Umbraco.Web.Models.XmlPublishedContent which is an internal class ...
Mucho Gracias
I suppose it would be helpful to mention I am using Umbraco 4.11.1 ;-)
Figured it out - Umbraco.Content(id)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.