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