Table of Contents

Class CreateWebPageClientProperties

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

Create web page template client properties.

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

Properties

CreateFormNamePrefix

Prefix of the create web page form name.

public string CreateFormNamePrefix { get; set; }

Property Value

string

HeadlineFirstStep

Page headline first step.

public string HeadlineFirstStep { get; set; }

Property Value

string

HeadlineSecondStep

Page headline second step.

public string HeadlineSecondStep { get; set; }

Property Value

string

IsLanguageVariantCreation

Indicates whether the template should send language variant creation specific commands.

public bool IsLanguageVariantCreation { get; set; }

Property Value

bool

IsNoContentTypeAllowed

Indicates wheather there is any allowed content type displayed.

public bool IsNoContentTypeAllowed { get; set; }

Property Value

bool

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>

Status

Web page item status.

public ContentItemStatus Status { get; set; }

Property Value

ContentItemStatus

SubheadlineFirstStep

Page subheadline.

public string SubheadlineFirstStep { get; set; }

Property Value

string

VersionStatus

Web page item version status.

public ContentItemVersionStatus? VersionStatus { get; set; }

Property Value

ContentItemVersionStatus?

WebPagesApplicationSlug

Slug of the web pages application.

public string WebPagesApplicationSlug { get; set; }

Property Value

string