Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentEditingModelBase

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

    Properties

    View Source

    InvariantName

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

    InvariantProperties

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

    Variants

    Declaration
    public IEnumerable<VariantModel> Variants { get; set; }
    Property Value
    Type Description
    IEnumerable<VariantModel>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • InvariantName
      • InvariantProperties
      • Variants
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX