Class Section
Represents a section (application) in the back office
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "section", Namespace = "")]
public class Section
Properties
View SourceAlias
Declaration
[DataMember(Name = "alias")]
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RoutePath
In some cases a custom route path can be specified so that when clicking on a section it goes to this path instead of the normal dashboard path
Declaration
[DataMember(Name = "routePath")]
public string RoutePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |