Table of Contents

Class CreateWebPageFormContextParameters

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

Represents the parameters required to create a web page form context.

public sealed class CreateWebPageFormContextParameters
Inheritance
object
CreateWebPageFormContextParameters
Extension Methods

Constructors

CreateWebPageFormContextParameters()

public CreateWebPageFormContextParameters()

Properties

ContentItemId

Gets or sets the content item identifier of the web page.

public int ContentItemId { get; init; }

Property Value

int

LanguageName

Gets or sets the content language codename.

public string LanguageName { get; init; }

Property Value

string

VersionStatus

Gets or sets the version status of the web page.

public ContentItemVersionStatus VersionStatus { get; init; }

Property Value

ContentItemVersionStatus

Remarks

Default value is InitialDraft.

WebPageItemId

Gets or sets the web page item identifier.

public int WebPageItemId { get; init; }

Property Value

int

WebsiteChannelId

Gets or sets the website channel identifier.

public int WebsiteChannelId { get; init; }

Property Value

int