Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyValueModel

    Represents a property value model for content editing operations.

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

    Constructors

    View Source

    PropertyValueModel()

    Declaration
    public PropertyValueModel()

    Properties

    View Source

    Alias

    Gets or sets the property type alias.

    Declaration
    public required string Alias { get; set; }
    Property Value
    Type Description
    string
    View Source

    Culture

    Gets or sets the culture code for this property value, or null for invariant properties.

    Declaration
    public string? Culture { get; set; }
    Property Value
    Type Description
    string
    View Source

    Segment

    Gets or sets the segment identifier for this property value, or null for non-segmented properties.

    Declaration
    public string? Segment { get; set; }
    Property Value
    Type Description
    string
    View Source

    Value

    Gets or sets the property value.

    Declaration
    public required object? Value { get; set; }
    Property Value
    Type Description
    object
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX