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 SourceCulture
Gets the culture code for this variant, or null for invariant content.
Declaration
string? Culture { get; }
Property Value
| Type | Description |
|---|---|
| string |
Segment
Gets the segment identifier for this variant, or null for non-segmented content.
Declaration
string? Segment { get; }
Property Value
| Type | Description |
|---|---|
| string |