Table of Contents

Class GetCloneWebPageFormCommandArguments

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

Arguments for the command to get clone web page form.

public sealed class GetCloneWebPageFormCommandArguments
Inheritance
object
GetCloneWebPageFormCommandArguments
Extension Methods

Properties

LanguageName

Language codename.

public string LanguageName { get; set; }

Property Value

string

ParentWebPageItemId

Parent web page item identifier.

public int ParentWebPageItemId { get; set; }

Property Value

int

SourceWebPageDisplayName

Display name of the web page which is cloned.

public string SourceWebPageDisplayName { get; set; }

Property Value

string

SourceWebPageItemId

Identifier of the web page which is cloned.

public int SourceWebPageItemId { get; set; }

Property Value

int