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
Hi, I can access properties using
<%=umbraco.library.GetItem("propertyAlias")%>
is there a way how to access build-in properties like id or pageName? I try add @ before name but without luck.
Petr,
You could use
<%= umbraco.presentation.nodeFactory.Node.GetCurrent().Id %>
Hope this helps.
Regards,
/Dirk
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
Accessing buildin properties using getItem
Hi, I can access properties using
is there a way how to access build-in properties like id or pageName? I try add @ before name but without luck.
Petr,
You could use
Hope this helps.
Regards,
/Dirk
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.