Class ManifestSection
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core.Manifest
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "section", Namespace = "")]
public class ManifestSection : ISectionProperties
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 |