Table of Contents

Class CreateFolderLanguageVariantClientProperties

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

Create folder language variant template client properties.

public sealed class CreateFolderLanguageVariantClientProperties : TemplateClientProperties
Inheritance
object
CreateFolderLanguageVariantClientProperties
Inherited Members
Extension Methods

Properties

Headline

Page headline.

public string Headline { get; set; }

Property Value

string

Items

Form items representing edited form fields.

public ICollection<IFormItemClientProperties> Items { get; set; }

Property Value

ICollection<IFormItemClientProperties>

MenuActions

Menu actions allowed for the page.

public IReadOnlyCollection<ContentItemAction> MenuActions { get; set; }

Property Value

IReadOnlyCollection<ContentItemAction>

Subheadline

Page subheadline.

public string Subheadline { get; set; }

Property Value

string

WebPagesApplicationSlug

Slug of the web pages application.

public string WebPagesApplicationSlug { get; set; }

Property Value

string