Search Results for

    Show / Hide Table of Contents
    View Source

    Class Property.InitialPropertyValue

    Used for constructing a new Property instance

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class InitialPropertyValue

    Constructors

    View Source

    InitialPropertyValue(String, String, Boolean, Object)

    Declaration
    public InitialPropertyValue(string culture, string segment, bool published, object value)
    Parameters
    Type Name Description
    System.String culture
    System.String segment
    System.Boolean published
    System.Object value

    Properties

    View Source

    Culture

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

    Published

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

    Segment

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

    Value

    Declaration
    public object Value { get; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • InitialPropertyValue(String, String, Boolean, Object)
    • Properties
      • Culture
      • Published
      • Segment
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX