Enum PropertyValueLevel
Indicates the level of a value.
Namespace: Umbraco.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public enum PropertyValueLevel
Fields
Name | Description |
---|---|
Inter | The conversion intermediate value. |
Object | The converted value. |
Source | The source value, i.e. what is in the database. |