Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Enum PropertyDataType

Enumeration that defines the different basic types of properties.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public enum PropertyDataType

Fields

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.

Json

A data type that is stored as a JSON serialized string.

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.

Extension Methods