DataType
A DataType is what you see in the backoffice in the Settings / DataTypes tree. The listed nodes are definitions of the DataTypes that are available to use on your PropertyTypes.
using Umbraco.Cms.Core.Models;Constructors
new DataType(IDataEditor editor, IConfigurationEditorJsonSerializer serializer, int parentId = -1)
Properties
.CreateDate
.CreatorId
.DatabaseType
.Id
.Key
.Level
.Name
.ParentId
.Path
.SortOrder
.Trashed
Last updated
Was this helpful?