View Source
Class Segment
Assembly: Umbraco.Core.dll
Syntax
Properties
View Source
Alias
Declaration
public required string Alias { get; set; }
Property Value
View Source
Cultures
Declaration
[Obsolete("This property is temporary and will be removed in a future release (planned for v20). A more permanent solution will follow.")]
public IEnumerable<string>? Cultures { get; set; }
Property Value
| Type |
Description |
| IEnumerable<string> |
|
View Source
Name
Declaration
public required string Name { get; set; }
Property Value