SaaS CMS has officially launched! Learn more now.

Class ProjectItemCategories

CMS defined categories for project items

Inheritance
System.Object
ProjectItemCategories
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public static class ProjectItemCategories : Object

Fields

Blocks

Category for BlockData

Declaration
public const string Blocks = "blocks"
Field Value
Type Description
System.String

Media

Category for MediaData

Declaration
public const string Media = "media"
Field Value
Type Description
System.String

Pages

Category for PageData

Declaration
public const string Pages = "pages"
Field Value
Type Description
System.String