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.
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?
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
is working on a reply...