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
Have we a chance to understand last saved changes is already published or not?
Hi Alexey,
What do you mean last saved changes?
Last version of published document in Umbraco?
It should be visible on the site.
Also you can check log of all changes of document or revert to some of them
Thanks,
Alex
Yes, I mean last changes of document But I need to recognize it in code I'm afraid that I can change item in code and some moderator make another changes but not publish for do it later. I want to understand in code have item unpublished changes.
Sorry for my english
You can use ContentSerivce for getting IContent model and check Published property - it indicates is page published or no.
Read more: https://our.umbraco.org/documentation/Reference/Management/Models/Content
Did you find solution?
Maybe we can help you?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Is last changes published?
Have we a chance to understand last saved changes is already published or not?
Hi Alexey,
What do you mean last saved changes?
Last version of published document in Umbraco?
It should be visible on the site.
Also you can check log of all changes of document or revert to some of them
Thanks,
Alex
Yes, I mean last changes of document But I need to recognize it in code I'm afraid that I can change item in code and some moderator make another changes but not publish for do it later. I want to understand in code have item unpublished changes.
Sorry for my english
Hi Alexey,
You can use ContentSerivce for getting IContent model and check Published property - it indicates is page published or no.
Read more: https://our.umbraco.org/documentation/Reference/Management/Models/Content
Hi Alexey,
Did you find solution?
Maybe we can help you?
Thanks,
Alex
is working on a reply...