View Source
Class PreValueDto
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
Properties
View Source
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
NodeId
Declaration
public int NodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
SortOrder
Declaration
public int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|