Interface IConfigureValueType
Represents a configuration that configures the value type.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public interface IConfigureValueType
Remarks
This is used in DataType to get the value type from the configuration.
Properties
View SourceValueType
Gets the value type.
Declaration
string ValueType { get; }
Property Value
Type | Description |
---|---|
System.String |