Class SettingsSection
Defines the back office settings section
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Sections
Assembly: Umbraco.Core.dll
Syntax
public class SettingsSection : ISection
Properties
View SourceAlias
Gets the alias of the section.
Declaration
public string Alias { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the name of the section.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |