View Source
Class ListViewConfiguration.Layout
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract]
public class Layout
Properties
View Source
Icon
Declaration
[DataMember(Name = "icon")]
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
IsSystem
Declaration
[DataMember(Name = "isSystem")]
public int IsSystem { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Path
Declaration
[DataMember(Name = "path")]
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Selected
Declaration
[DataMember(Name = "selected")]
public bool Selected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|