Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentEditingModelBase

    Represents the base model for content editing operations.

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

    Constructors

    View Source

    ContentEditingModelBase()

    Declaration
    protected ContentEditingModelBase()

    Properties

    View Source

    Properties

    Gets or sets the collection of property values for the content.

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

    Variants

    Gets or sets the collection of variant models for culture and segment variations.

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