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 SourceContentEditingModelBase()
Declaration
protected ContentEditingModelBase()
Properties
View SourceProperties
Gets or sets the collection of property values for the content.
Declaration
public IEnumerable<PropertyValueModel> Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<PropertyValueModel> |
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> |