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
Using umbraco 4.7 and wondering how to get more info, particularly details about the edits made in the Latest Edits dashboard. Found this line of code:
<%# PrintLine(DataBinder.Eval(Container.DataItem, "NodeId"), DataBinder.Eval(Container.DataItem, "datestamp"), DataBinder.Eval(Container.DataItem, "userId")) %>
in LatestEdits.ascx, but don't know what, besides NodeId, datestamp and userId are available. How do I figure that out?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
display more info in Latest Edits Dashboard
Using umbraco 4.7 and wondering how to get more info, particularly details about the edits made in the Latest Edits dashboard. Found this line of code:
in LatestEdits.ascx, but don't know what, besides NodeId, datestamp and userId are available. How do I figure that out?
is working on a reply...