View Source
Class Property.InitialPropertyValue
Used for constructing a new Property instance
Inheritance
System.Object
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 |
|