Table of Contents

Class CreateWebPageCreateCommandArguments

Namespace
Kentico.Xperience.Admin.Websites.UIPages
Assembly
Kentico.Xperience.Admin.Websites.dll
public sealed class CreateWebPageCreateCommandArguments : FormSubmissionCommandArguments
Inheritance
object
CreateWebPageCreateCommandArguments
Inherited Members
Extension Methods

Properties

ContentTypeId

Identifier of the content type to create.

public int ContentTypeId { get; set; }

Property Value

int

CopyFromExistingLanguageID

Language ID to copy content from. Specifies which content language will be used for prefilling fields of the new web page language variant. If the value is not specified the fields of the new web page language variant are not prefilled.

public int CopyFromExistingLanguageID { get; set; }

Property Value

int

DisplayName

Display name of the web page.

public string DisplayName { get; set; }

Property Value

string

TemplateIdentifier

Page template identifier.

public string TemplateIdentifier { get; set; }

Property Value

string