Table of Contents

Class CloneWebPageModel

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

Clone web page model.

public sealed class CloneWebPageModel
Inheritance
object
CloneWebPageModel
Extension Methods

Properties

CloneAllLanguageVariants

Indicates whether to copy all language variants.

public bool CloneAllLanguageVariants { get; set; }

Property Value

bool

WebPageName

Name of the new web page.

[RequiredValidationRule]
[MaxLengthValidationRule(100)]
public string WebPageName { get; set; }

Property Value

string