Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IHasCultureAndSegment

    Represents an entity that has culture and segment properties for content variation.

    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IHasCultureAndSegment

    Properties

    View Source

    Culture

    Gets the culture code for this variant, or null for invariant content.

    Declaration
    string? Culture { get; }
    Property Value
    Type Description
    string
    View Source

    Segment

    Gets the segment identifier for this variant, or null for non-segmented content.

    Declaration
    string? Segment { get; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX