Class DataTypeConfigurationFieldSave
Represents a datatype configuration field model for editing.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "preValue", Namespace = "")]
public class DataTypeConfigurationFieldSave
Properties
View SourceKey
Gets or sets the configuration field key.
Declaration
[DataMember(Name = "key", IsRequired = true)]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the configuration field value.
Declaration
[DataMember(Name = "value", IsRequired = true)]
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |