Search Results for

    Show / Hide Table of Contents
    View Source

    Class Property.InitialPropertyValue

    Used for constructing a new Property instance

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class Property.InitialPropertyValue

    Constructors

    View Source

    InitialPropertyValue(string?, string?, bool, object?)

    Declaration
    public InitialPropertyValue(string? culture, string? segment, bool published, object? value)
    Parameters
    Type Name Description
    string culture
    string segment
    bool published
    object value

    Properties

    View Source

    Culture

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

    Published

    Declaration
    public bool Published { get; }
    Property Value
    Type Description
    bool
    View Source

    Segment

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

    Value

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