Search Results for

    Show / Hide Table of Contents
    View Source

    Class SegmentSettings

    Typed configuration options for segment settings.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class SegmentSettings

    Properties

    View Source

    AllowCreation

    Gets or sets a value indicating whether the creation of non-existing segments is allowed.

    Declaration
    [Obsolete("This functionality will be moved to a client-side extension. Scheduled for removal in V19.")]
    public bool AllowCreation { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Enabled

    Gets or sets a value indicating whether the usage of segments is enabled.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX