Table of Contents

Class ClassContentTypeType

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Content type of the ClassContentTypeType.

public static class ClassContentTypeType
Inheritance
object
ClassContentTypeType

Fields

EMAIL

Class is of mail content type.

public const string EMAIL = "Email"

Field Value

string

HEADLESS

Class is of headless item content type.

public const string HEADLESS = "Headless"

Field Value

string

REUSABLE

Class is not restricted reusable content type.

public const string REUSABLE = "Reusable"

Field Value

string

WEBSITE

Class is of web content type.

public const string WEBSITE = "Website"

Field Value

string