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