Enum PropertyDataType
Enumeration that defines the different basic types of properties.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public enum PropertyDataTypeFields
| Name | Description | 
|---|---|
| Block | A data type that references a block definition. | 
| Boolean | True or false. | 
| Category | A selection of categories. | 
| ContentReference | A link to a content item. | 
| Date | A datetime value. | 
| FloatNumber | A double. | 
| LinkCollection | A collection of links. | 
| LongString | A string character of non-specified length. | 
| Number | An integer. | 
| PageReference | A link to a page. | 
| PageType | A page type. | 
| String | A string up to 255 characters. | 
