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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...