Table of Contents

Class ContentTemplateNames

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Class contains constants identifying names of front-end template components.

public static class ContentTemplateNames
Inheritance
object
ContentTemplateNames

Fields

CONTENT_HUB

Name of the content content hub layout template component.

public const string CONTENT_HUB = "@kentico/xperience-admin-base/ContentHub"

Field Value

string

CONTENT_ITEM_EDIT

Name of the content item create/edit template component.

public const string CONTENT_ITEM_EDIT = "@kentico/xperience-admin-base/ContentItemEdit"

Field Value

string

CONTENT_ITEM_TRANSLATE

Name of the content item translate template component.

public const string CONTENT_ITEM_TRANSLATE = "@kentico/xperience-admin-base/ContentItemTranslate"

Field Value

string

CONTENT_ITEM_USAGE

Name of the content item usage side menu layout template component.

public const string CONTENT_ITEM_USAGE = "@kentico/xperience-admin-base/ContentItemUsage"

Field Value

string

TRANSLATION_IN_PROGRESS

Name of the content item translation in progress template component.

public const string TRANSLATION_IN_PROGRESS = "@kentico/xperience-admin-base/TranslationInProgress"

Field Value

string