SaaS CMS has officially launched! Learn more now.

Class ContentTypeFields

Fields that can exist on a content type.

Inheritance
System.Object
ContentTypeFields
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class ContentTypeFields : Enum

Fields

ACL

The access control list.

Declaration
public const ContentTypeFields ACL
Field Value
Type Description
ContentTypeFields

All

All fields.

Declaration
public const ContentTypeFields All
Field Value
Type Description
ContentTypeFields

AvailableInEditMode

The available in edit mode field.

Declaration
public const ContentTypeFields AvailableInEditMode
Field Value
Type Description
ContentTypeFields

AvailablePageTypes

The available page type setting.

Declaration
public const ContentTypeFields AvailablePageTypes
Field Value
Type Description
ContentTypeFields

DefaultValues

The default values setting.

Declaration
public const ContentTypeFields DefaultValues
Field Value
Type Description
ContentTypeFields

Description

The description field.

Declaration
public const ContentTypeFields Description
Field Value
Type Description
ContentTypeFields

DisplayName

The display name field.

Declaration
public const ContentTypeFields DisplayName
Field Value
Type Description
ContentTypeFields

DisplayTemplates

The display template field.

Declaration
public const ContentTypeFields DisplayTemplates
Field Value
Type Description
ContentTypeFields

Name

The name field.

Declaration
public const ContentTypeFields Name
Field Value
Type Description
ContentTypeFields

None

No fields.

Declaration
public const ContentTypeFields None
Field Value
Type Description
ContentTypeFields

SortOrder

The sort order field.

Declaration
public const ContentTypeFields SortOrder
Field Value
Type Description
ContentTypeFields

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods