Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Enum PropertyDataType

Enumeration that defines the different basic types of properties.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2
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.

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