Class DeleteWebPageParameters
Delete web page parameters.
public sealed class DeleteWebPageParameters
- Inheritance
-
objectDeleteWebPageParameters
- Extension Methods
Constructors
DeleteWebPageParameters(int, string)
Initializes a new instance of the DeleteWebPageParameters class.
public DeleteWebPageParameters(int webPageItemId, string languageName)
Parameters
webPageItemId
intIdentifier of the web page to delete.
languageName
stringLanguage 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