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
Hello:
I am on Umbraco 7.11.1. Does anyone know the "alias" names for the date/times properties that populate the "publish" and "unpublish" controls on the info tab?
Thanks
Tom
Hi Tom,
on a Content item so IContent gotten from the contentService they are :
item.ReleaseDate; item.ExpireDate
they don't get set on an IPublishedContent item - looks like they are back office properties only.
Kevin
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco 7.11.1 Publish/UnPublish Field Names
Hello:
I am on Umbraco 7.11.1. Does anyone know the "alias" names for the date/times properties that populate the "publish" and "unpublish" controls on the info tab?
Thanks
Tom
Hi Tom,
on a Content item so IContent gotten from the contentService they are :
they don't get set on an IPublishedContent item - looks like they are back office properties only.
Kevin
is working on a reply...