View Source
Class ContentPropertyDto
Represents a content property from the database
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ContentPropertyDto : ContentPropertyBasic
Properties
View Source
DataType
Declaration
public IDataType DataType { get; set; }
Property Value
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
IsRequired
Declaration
public bool? IsRequired { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
View Source
IsRequiredMessage
Declaration
public string IsRequiredMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LabelOnTop
Declaration
public bool? LabelOnTop { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
View Source
ValidationRegExp
Declaration
public string ValidationRegExp { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ValidationRegExpMessage
Declaration
public string ValidationRegExpMessage { get; set; }
Property Value
Type |
Description |
System.String |
|