Class DefaultValueType
Default value types for page definitions
Inheritance
System.Object
DefaultValueType
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class DefaultValueType : Enum
Fields
Inherit
Inherit default value from parent at create time
Declaration
public const DefaultValueType Inherit
Field Value
Type | Description |
---|---|
DefaultValueType |
None
No default value given
Declaration
public const DefaultValueType None
Field Value
Type | Description |
---|---|
DefaultValueType |
Value
Set default value to constant as defined for the property
Declaration
public const DefaultValueType Value
Field Value
Type | Description |
---|---|
DefaultValueType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |