Table of Contents

Class RootGeneralTabClientProperties

Namespace
Kentico.Xperience.Admin.Websites.UIPages
Assembly
Kentico.Xperience.Admin.Websites.dll

Root general tab client properties model.

public class RootGeneralTabClientProperties : TemplateClientProperties
Inheritance
object
RootGeneralTabClientProperties
Inherited Members
Extension Methods

Properties

CanCreateNewContentItem

Indicates whether the user can create new content item.

public bool CanCreateNewContentItem { get; set; }

Property Value

bool

CreateActionSlug

Slug used for the create page action.

public string CreateActionSlug { get; set; }

Property Value

string

NewContentItemButtonsTitle

Title for all new content item buttons.

public string NewContentItemButtonsTitle { get; set; }

Property Value

string