Enumeration that defines the different basic types of properties.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public enum PropertyDataType |
Members
| Member name | Description | |
|---|---|---|
| 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.
| |
| Form | Obsolete.
A reference to a form (pre xform).
| |
| LinkCollection |
A collection of links.
|