Class DataTypeSave
Represents a datatype model for editing.
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class DataTypeSave : EntityBasic
Properties
View SourceAction
Gets or sets the action to perform.
Declaration
public ContentSaveAction Action { get; set; }
Property Value
Type | Description |
---|---|
Content |
Remarks
Some values (publish) are illegal here.
ConfigurationFields
Gets or sets the datatype configuration fields.
Declaration
public IEnumerable<DataTypeConfigurationFieldSave> ConfigurationFields { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<Data |
EditorAlias
Gets or sets the datatype editor.
Declaration
public string EditorAlias { get; set; }
Property Value
Type | Description |
---|---|
System. |
PersistedDataType
Gets or sets the persisted data type.
Declaration
public IDataType PersistedDataType { get; set; }
Property Value
Type | Description |
---|---|
IData |
PropertyEditor
Gets or sets the property editor.
Declaration
public IDataEditor PropertyEditor { get; set; }
Property Value
Type | Description |
---|---|
IData |