Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Enum DefaultValueType

Default value types for page definitions

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public enum DefaultValueType

Fields

Name Description
Inherit

Inherit default value from parent at create time

None

No default value given

Value

Set default value to constant as defined for the property

Extension Methods