Table of Contents

Class TemplateNames

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

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

public static class TemplateNames
Inheritance
object
TemplateNames

Fields

BINDING

Name of the binding template component.

public const string BINDING = "@kentico/xperience-admin-base/Binding"

Field Value

string

CHANGE_WORKFLOW_STEP

Name of the content item change workflow step template component.

public const string CHANGE_WORKFLOW_STEP = "@kentico/xperience-admin-base/ChangeWorkflowStep"

Field Value

string

CONDITION_BUILDER

Name of the condition builder template component.

public const string CONDITION_BUILDER = "@kentico/xperience-admin-base/ConditionBuilder"

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_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

CONTENT_LANGUAGE

Name of the content language template component.

public const string CONTENT_LANGUAGE = "@kentico/xperience-admin-base/ContentLanguage"

Field Value

string

DASHBOARD

Name of the dashboard template component.

public const string DASHBOARD = "@kentico/xperience-admin-base/Dashboard"

Field Value

string

EDIT

Name of the edit template component.

public const string EDIT = "@kentico/xperience-admin-base/Edit"

Field Value

string

FIELD_EDITOR

Name of the field editor template component.

[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 0)]
public const string FIELD_EDITOR = "@kentico/xperience-admin-base/FieldEditor"

Field Value

string

LISTING

Name of the listing template component.

public const string LISTING = "@kentico/xperience-admin-base/Listing"

Field Value

string

MEDIA_LIBRARY_FILES_PAGE

Name of the media library files page template component.

public const string MEDIA_LIBRARY_FILES_PAGE = "@kentico/xperience-admin-base/FilesPage"

Field Value

string

NOTIFICATION_EMAIL_CONTENT_PAGE

Name of the notification email content page template component.

public const string NOTIFICATION_EMAIL_CONTENT_PAGE = "@kentico/xperience-admin-base/NotificationEmailContentPage"

Field Value

string

NOTIFICATION_EMAIL_PREVIEW_PAGE

Name of the notification email preview page template component.

public const string NOTIFICATION_EMAIL_PREVIEW_PAGE = "@kentico/xperience-admin-base/NotificationEmailPreviewPage"

Field Value

string

NO_LICENSE

Name of the no license template component.

public const string NO_LICENSE = "@kentico/xperience-admin-base/NoLicense"

Field Value

string

OVERVIEW

Name of the overview template component.

public const string OVERVIEW = "@kentico/xperience-admin-base/Overview"

Field Value

string

SECTION_LAYOUT

Name of the section layout template component.

public const string SECTION_LAYOUT = "@kentico/xperience-admin-base/SectionLayout"

Field Value

string

SETTINGS_DETAIL

Name of the settings detail template component.

public const string SETTINGS_DETAIL = "@kentico/xperience-admin-base/SettingsDetails"

Field Value

string

SETTINGS_LAYOUT

Name of the settings layout template component.

public const string SETTINGS_LAYOUT = "@kentico/xperience-admin-base/SettingsLayout"

Field Value

string

Name of the settings search template component.

public const string SETTINGS_SEARCH = "@kentico/xperience-admin-base/SettingsSearch"

Field Value

string

SIDE_NAVIGATION_LAYOUT

Name of the side navigation layout template component. The navigation is displayed on the right side of the page.

public const string SIDE_NAVIGATION_LAYOUT = "@kentico/xperience-admin-base/SideNavigationLayout"

Field Value

string

TAG_EDIT_LAYOUT

Name of the tag edit layout page template component.

public const string TAG_EDIT_LAYOUT = "@kentico/xperience-admin-base/TagEditLayout"

Field Value

string

TAXONOMY_EDIT_LAYOUT

Name of the taxonomy edit layout page template component.

public const string TAXONOMY_EDIT_LAYOUT = "@kentico/xperience-admin-base/TaxonomyEditLayout"

Field Value

string

TREE

Name of the tree template component.

public const string TREE = "@kentico/xperience-admin-base/Tree"

Field Value

string

WORKFLOW_STEPS

Name of the workflow steps page template component.

public const string WORKFLOW_STEPS = "@kentico/xperience-admin-base/WorkflowSteps"

Field Value

string

WORKSPACE

Name of the workspace template component.

public const string WORKSPACE = "@kentico/xperience-admin-base/Workspace"

Field Value

string