Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Steve Wilkinson 128 posts 187 karma points
    Jan 21, 2015 @ 09:30
    Steve Wilkinson
    0

    How can I find out who last edited/moved/etc a page in v6?

    and it is possible to have this displayed in the Properties tab of the page?

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Jan 21, 2015 @ 10:14
    Jan Skovgaard
    100

    Hi Steve

    If you right click a node in the content tree you can choose "Audit trail". This reveals the information about who has been editing a certain node.

    You should be able to use the API to fetch the same information and be able to wrap it in a custom datatype, which could be placed under the "Properties" tab I think.

    Try having a look here for instance http://our.umbraco.org/documentation/Reference/Management-v6/Models/Content - There seems to be a method called .GetCreatorProfile(), which may be of use. But make sure to have a look at both models and services here http://our.umbraco.org/documentation/Reference/Management-v6/

    I hope this helps a bit.

    /Jan

  • 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.

Please Sign in or register to post replies