Class SegmentSettings
Typed configuration options for segment settings.
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class SegmentSettingsProperties
View SourceAllowCreation
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 | 
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 |