View Source
Class DataTypeBasic
The basic data type information
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "dataType", Namespace = "")]
public class DataTypeBasic : EntityBasic
Properties
View Source
Group
Declaration
[DataMember(Name = "group")]
public string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
HasPrevalues
Declaration
[DataMember(Name = "hasPrevalues")]
public bool HasPrevalues { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsSystemDataType
Whether or not this is a system data type, in which case it cannot be deleted
Declaration
[DataMember(Name = "isSystem")]
public bool IsSystemDataType { get; set; }
Property Value
Type |
Description |
System.Boolean |
|