View Source
Class ManifestDashboard
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract]
public class ManifestDashboard : IDashboard, IDashboardSlim
Properties
View Source
AccessRules
Declaration
[DataMember(Name = "access")]
public IAccessRule[] AccessRules { get; set; }
Property Value
View Source
Alias
Declaration
[DataMember(Name = "alias", IsRequired = true)]
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Sections
Declaration
[DataMember(Name = "sections")]
public string[] Sections { get; set; }
Property Value
Type |
Description |
System.String[] |
|
View Source
View
Declaration
[DataMember(Name = "view", IsRequired = true)]
public string View { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Weight
Declaration
[DataMember(Name = "weight")]
public int Weight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|