Table of Contents

Class CloneWebPageCommandArguments

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

Clone web page command arguments.

public sealed class CloneWebPageCommandArguments : FormSubmissionCommandArguments
Inheritance
object
CloneWebPageCommandArguments
Inherited Members
Extension Methods

Properties

LanguageName

Language codename.

public string LanguageName { get; set; }

Property Value

string

ParentWebPageItemId

Identifier of the parent web page item.

public int ParentWebPageItemId { get; set; }

Property Value

int

SourceWebPageItemId

Identifier of the web page to clone.

public int SourceWebPageItemId { get; set; }

Property Value

int