Search Results for

    Show / Hide Table of Contents
    View Source

    Class SegmentSettings

    Typed configuration options for segment settings.

    Inheritance
    System.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
    public bool AllowCreation { get; set; }
    Property Value
    Type Description
    System.Boolean
    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
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AllowCreation
      • Enabled
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX