Copied to clipboard

Flag this post as spam?

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


  • Jon 67 posts 141 karma points
    Dec 18, 2020 @ 11:48
    Jon
    0

    Umbraco 8 - how to use Segments?

    Hi,

    Does anyone have any examples on how to use Segments in Umbraco 8?

    Many thanks

    Jon

  • Matthew Wise 257 posts 1182 karma points MVP c-trib
    Dec 22, 2020 @ 10:11
    Matthew Wise
    0

    Hi Jon,

    I know uMarketing suite uses them but I have not seen any code or documentation on them

    Matt

  • Alison 1 post 71 karma points
    Dec 26, 2020 @ 07:49
    Alison
    0

    Umbraco v8 is the next instalment in the content management system (CMS). We’re already being teased with features despite the release date potentially being as far away as 2020! We’ve done a little bit of sleuthing and found more information on some of the features that we’re most excited for.

    One Vanilla

  • Cruickshank 1 post 71 karma points
    Dec 30, 2020 @ 11:19
    Cruickshank
    0

    Adds a GetSegment(int contentId) method to VariationContext. This allows implementations to vary the segment based on the contentId instead of only being able to provide 1 segment for a request.

    TWe initially wanted to change the IVariationContextAccessor but changes to public interfaces are not allowed as it would break all existing code.

    We have also updated the usage of VariationContext.Segment to use GetSegment() with the appropriate contentId whenever possible.

    Kroger Feedback

  • 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