View Source
Class ContentPropertyDisplay
Represents a content property that is displayed in the UI
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[DataContract(Name = "property", Namespace = "")]
public class ContentPropertyDisplay : ContentPropertyBasic
Constructors
View Source
ContentPropertyDisplay()
Declaration
public ContentPropertyDisplay()
Properties
View Source
Config
Declaration
[DataMember(Name = "config")]
public IDictionary<string, object> Config { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
View Source
Description
Declaration
[DataMember(Name = "description")]
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
HideLabel
Declaration
[DataMember(Name = "hideLabel")]
public bool HideLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Label
Declaration
[DataMember(Name = "label", IsRequired = true)]
[Required]
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LabelOnTop
Declaration
[DataMember(Name = "labelOnTop")]
public bool LabelOnTop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Readonly
Declaration
[DataMember(Name = "readonly")]
public bool Readonly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Validation
Declaration
[DataMember(Name = "validation")]
public PropertyTypeValidation Validation { get; set; }
Property Value
View Source
View
Declaration
[DataMember(Name = "view", IsRequired = true)]
[Required(AllowEmptyStrings = false)]
public string View { get; set; }
Property Value
Type |
Description |
System.String |
|