Copied to clipboard

Flag this post as spam?

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


  • Rivkiker 6 posts 27 karma points
    Apr 25, 2021 @ 07:31
    Rivkiker
    0

    Umbraco 8 - Get value from umbracoSettings.config in code

    I had the following code in v7: UmbracoConfig.For.UmbracoSettings().Content.NotificationEmailAddress

    How am i supposed to write this on Umbraco 8?

  • Huw Reddick 1932 posts 6722 karma points MVP 3x c-trib
    Apr 25, 2021 @ 16:23
    Huw Reddick
    1

    try this

    Current.Configs.Settings().Content.NotificationEmailAddress;

  • 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