Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tom 161 posts 322 karma points
    Aug 22, 2018 @ 13:07
    Tom
    0

    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

  • Kevin Jump 2348 posts 14896 karma points MVP 8x c-trib
    Aug 22, 2018 @ 19:31
    Kevin Jump
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies