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
I can use .PublishedDate on an IContent object but there doesn't seem to be the opposite: UnpublishedDate.
Is it just called something else or is it just not possible to see when things are unpublished in the code?
Hi NSC,
You can use .UpdateDate and check if the content item is published.
.UpdateDate shows the last save node event, it could be unpublish or no.
Thanks, Alex
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
No UnpublishedDate?
I can use .PublishedDate on an IContent object but there doesn't seem to be the opposite: UnpublishedDate.
Is it just called something else or is it just not possible to see when things are unpublished in the code?
Hi NSC,
You can use .UpdateDate and check if the content item is published.
.UpdateDate shows the last save node event, it could be unpublish or no.
Thanks, Alex
is working on a reply...