Assembly: EPiServer (in EPiServer.dll) Version: 8.0.0
C# |
---|
public enum PropertyDataType |
Enumeration that defines the different basic types of properties.
Member name | Member summary |
---|---|
Boolean | True or false. |
Number | An integer. |
FloatNumber | A double. |
PageType | A page type. |
PageReference | A link to a page. |
Date | A datetime value. |
String | A string up to 255 characters. |
LongString | A string character of non-specified length. |
Category | A selection of categories. |
LinkCollection | A collection of links. |
ContentReference | A link to a content item. |
Block | A data type that references a block definition. |