Class Constants.PropertyEditors.ConfigurationKeys
Defines Umbraco build-in datatype configuration keys.
Inheritance
System.Object
Namespace: Umbraco.Core
Assembly: Umbraco.Core.dll
Syntax
public static class ConfigurationKeys
Fields
View SourceDataValueType
The value type of property data (i.e., string, integer, etc)
Declaration
public const string DataValueType = "umbracoDataValueType"
Field Value
Type | Description |
---|---|
System.String |
Remarks
Must be a valid ValueTypes value.