Table of Contents

Class DeleteWebPageEventData

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Contains the business data for web page deletion events.

public sealed class DeleteWebPageEventData : IWebPageEventArgs
Inheritance
object
DeleteWebPageEventData
Implements
Extension Methods

Constructors

DeleteWebPageEventData()

Initializes a new instance of the DeleteWebPageEventData class.

public DeleteWebPageEventData()

Remarks

Intended for testing scenarios.

Properties

AccessSettings

Access control settings for the web page item.

public ContentAccessSettings AccessSettings { get; init; }

Property Value

ContentAccessSettings

ContentItemData

Data container with type-specific content item data.

public ContentItemDataEventContainer ContentItemData { get; init; }

Property Value

ContentItemDataEventContainer

ContentLanguageID

Content language ID.

public int ContentLanguageID { get; init; }

Property Value

int

ContentLanguageName

Content language name.

public string ContentLanguageName { get; init; }

Property Value

string

ContentTypeID

Content type identifier.

public int ContentTypeID { get; init; }

Property Value

int

ContentTypeName

Content type name.

public string ContentTypeName { get; init; }

Property Value

string

DisplayName

Web page display name.

public string DisplayName { get; init; }

Property Value

string

Guid

Web page unique identifier.

public Guid Guid { get; init; }

Property Value

Guid

ID

Web page identifier.

public int ID { get; init; }

Property Value

int

IsCompletelyRemoved

Indicates if all web page data are completely removed.

public bool IsCompletelyRemoved { get; init; }

Property Value

bool

Remarks

A web page is considered completely removed when:

  • All system data associated with the web page is deleted.
  • All language variants are removed.
  • All language metadata is deleted.
  • All child web pages are deleted.

Name

Code name of the web page.

public string Name { get; init; }

Property Value

string

Order

Web page order.

public int Order { get; init; }

Property Value

int

ParentID

Web page parent identifier.

public int ParentID { get; init; }

Property Value

int

Permanently

Indicates whether the web page should be deleted permanently.

public bool Permanently { get; init; }

Property Value

bool

TreePath

Web page tree path.

public string TreePath { get; init; }

Property Value

string

WebsiteChannelID

Website channel identifier.

public int WebsiteChannelID { get; init; }

Property Value

int

WebsiteChannelName

Website channel name.

public string WebsiteChannelName { get; init; }

Property Value

string