View Source
Class Property.InitialPropertyValue
Used for constructing a new Property instance
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
View Source
Published
Declaration
public bool Published { get; }
Property Value
View Source
Segment
Declaration
public string? Segment { get; }
Property Value
View Source
Value
Declaration
public object? Value { get; }
Property Value