Try our conversational search powered by Generative AI!

Class ProjectItemCategories

CMS defined categories for project items

Inheritance
System.Object
ProjectItemCategories
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public static class ProjectItemCategories

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