Table of Contents

Class ClonePageParameters

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Clone page parameters.

public sealed class ClonePageParameters
Inheritance
object
ClonePageParameters
Extension Methods

Constructors

ClonePageParameters(int, string, string, string, bool)

Initializes a new instance of the ClonePageParameters class.

public ClonePageParameters(int webPageItemId, string languageName, string displayName, string urlSlug = null, bool cloneAllLanguageVariants = true)

Parameters

webPageItemId int

Identifier of the web page to clone.

languageName string

Language code name of the web page to clone.

displayName string

Display name of the new web page.

urlSlug string

URL slug of the new web page.

cloneAllLanguageVariants bool

Indicates if all language variants should be cloned.

Properties

CloneAllLanguageVariants

Indicates if all language variants should be cloned.

public bool CloneAllLanguageVariants { get; }

Property Value

bool

DisplayName

Display name of the new web page.

public string DisplayName { get; }

Property Value

string

LanguageName

Language code name of the web page to clone.

public string LanguageName { get; }

Property Value

string

UrlSlug

URL slug of the new web page.

public string UrlSlug { get; }

Property Value

string

WebPageItemId

Identifier of the web page to clone.

public int WebPageItemId { get; }

Property Value

int