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
Can it be possible to get "Publish at" date of node?
Publish at
As far as I know IPublishedContent only has CreateDate & UpdateDate.
You can get ReleaseDate via ContentService / IContent (but keep in mind ContentService is uncached and hits the DB every time).
Regards, Magnus
Hi Rakesh,
You can possibly do a hack for it as directly you will not get it.
You can create your own Custom Publish At Date Property and while saving call an event to update records from actual Publish At.
Now, you get your property in iPublishedContent.
Hope this helps to solve your issue as I say it's an hack.
Cheers,
Shaishav
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get "Publish at" date of node
Can it be possible to get "
Publish at
" date of node?As far as I know IPublishedContent only has CreateDate & UpdateDate.
You can get ReleaseDate via ContentService / IContent (but keep in mind ContentService is uncached and hits the DB every time).
Regards, Magnus
Hi Rakesh,
You can possibly do a hack for it as directly you will not get it.
You can create your own Custom Publish At Date Property and while saving call an event to update records from actual Publish At.
Now, you get your property in iPublishedContent.
Hope this helps to solve your issue as I say it's an hack.
Cheers,
Shaishav
is working on a reply...