Table of Contents

Class DeleteWebPageParameters

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Delete web page parameters.

public sealed class DeleteWebPageParameters
Inheritance
object
DeleteWebPageParameters
Extension Methods

Constructors

DeleteWebPageParameters(int, string)

Initializes a new instance of the DeleteWebPageParameters class.

public DeleteWebPageParameters(int webPageItemId, string languageName)

Parameters

webPageItemId int

Identifier of the web page to delete.

languageName string

Language codename of the language variant to delete.

Properties

LanguageName

Language codename.

public string LanguageName { get; }

Property Value

string

RedirectToWebPageID

Identifier of the web page that is target of the redirect after the web page is deleted.

public int? RedirectToWebPageID { get; set; }

Property Value

int?

WebPageItemID

Web page item identifier.

public int WebPageItemID { get; }

Property Value

int