Class CloneWebPageModel
Clone web page model.
public sealed class CloneWebPageModel
- Inheritance
-
objectCloneWebPageModel
- 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