Enumeration that defines the different basic types of properties.
Namespace: EPiServer.Core
Assembly: EPiServer (in EPiServer)
Version: 5.1.422.256
Syntax
| C# |
|---|
public enum PropertyDataType |
Members
| Member | Description |
|---|---|
| Boolean |
True or false.
|
| Category |
A selection of categories.
|
| Date |
A datetime value.
|
| FloatNumber |
A double.
|
| Form |
A reference to a form (pre xform).
|
| 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.
|