Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeSave

    Represents a datatype model for editing.

    Inheritance
    System.Object
    EntityBasic
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class DataTypeSave : EntityBasic

    Properties

    View Source

    Action

    Gets or sets the action to perform.

    Declaration
    public ContentSaveAction Action { get; set; }
    Property Value
    Type Description
    ContentSaveAction
    Remarks

    Some values (publish) are illegal here.

    View Source

    ConfigurationFields

    Gets or sets the datatype configuration fields.

    Declaration
    public IEnumerable<DataTypeConfigurationFieldSave> ConfigurationFields { get; set; }
    Property Value
    Type Description
    IEnumerable<DataTypeConfigurationFieldSave>
    View Source

    EditorAlias

    Gets or sets the datatype editor.

    Declaration
    public string EditorAlias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    PersistedDataType

    Gets or sets the persisted data type.

    Declaration
    public IDataType PersistedDataType { get; set; }
    Property Value
    Type Description
    IDataType
    View Source

    PropertyEditor

    Gets or sets the property editor.

    Declaration
    public IDataEditor PropertyEditor { get; set; }
    Property Value
    Type Description
    IDataEditor
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Action
      • ConfigurationFields
      • EditorAlias
      • PersistedDataType
      • PropertyEditor
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX