Table of Contents

Class UnpublishWebPageEventArgs

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Event arguments for Unpublish event.

public sealed class UnpublishWebPageEventArgs : WebPageEventArgsBase
Inheritance
object
EventArgs
UnpublishWebPageEventArgs
Inherited Members
Extension Methods

Constructors

UnpublishWebPageEventArgs()

Initializes a new instance of UnpublishWebPageEventArgs.

public UnpublishWebPageEventArgs()

Properties

ContentItemData

Gets the content item data.

public override ContentItemDataEventContainer ContentItemData { get; init; }

Property Value

ContentItemDataEventContainer

ContentLanguageID

Gets the content language ID of the web page.

public override int ContentLanguageID { get; init; }

Property Value

int

ContentLanguageName

Gets the content language name of the web page.

public override string ContentLanguageName { get; init; }

Property Value

string

ContentTypeID

Gets the content type ID of the web page.

public override int ContentTypeID { get; init; }

Property Value

int

ContentTypeName

Gets the content type name of the web page.

public override string ContentTypeName { get; init; }

Property Value

string

DisplayName

Gets the display name of the web page.

public override string DisplayName { get; init; }

Property Value

string

Guid

Gets the unique identifier of the web page.

public override Guid Guid { get; init; }

Property Value

Guid

ID

Gets the ID of the web page.

public override int ID { get; init; }

Property Value

int

IsSecured

Gets a value indicating whether the web page is secured.

public override bool IsSecured { get; init; }

Property Value

bool

Name

Gets the code name of the web page.

public override string Name { get; init; }

Property Value

string

Order

Gets the web page order.

public override int Order { get; init; }

Property Value

int

ParentID

Gets the web page parent identifier.

public override int ParentID { get; init; }

Property Value

int

TreePath

Gets the web page tree path.

public override string TreePath { get; init; }

Property Value

string

WebsiteChannelID

Gets the website channel ID of the web page.

public override int WebsiteChannelID { get; init; }

Property Value

int

WebsiteChannelName

Gets the website channel name of the web page.

public override string WebsiteChannelName { get; init; }

Property Value

string