Table of Contents

Class UnpublishHeadlessItemEventArgs

Namespace
CMS.Headless
Assembly
CMS.Headless.dll

Event arguments for Unpublish event.

public sealed class UnpublishHeadlessItemEventArgs : HeadlessItemEventArgsBase
Inheritance
object
EventArgs
UnpublishHeadlessItemEventArgs
Inherited Members
Extension Methods

Constructors

UnpublishHeadlessItemEventArgs()

Initializes a new instance of UnpublishHeadlessItemEventArgs.

public UnpublishHeadlessItemEventArgs()

Properties

ContentItemData

Gets the content item data.

public override ContentItemDataEventContainer ContentItemData { get; init; }

Property Value

ContentItemDataEventContainer

ContentLanguageID

Gets the content language ID of the headless item.

public override int ContentLanguageID { get; init; }

Property Value

int

ContentLanguageName

Gets the content language name of the headless item.

public override string ContentLanguageName { get; init; }

Property Value

string

ContentTypeID

Gets the content type ID of the headless item.

public override int ContentTypeID { get; init; }

Property Value

int

ContentTypeName

Gets the content type name of the headless item.

public override string ContentTypeName { get; init; }

Property Value

string

DisplayName

Gets the display name of the headless item.

public override string DisplayName { get; init; }

Property Value

string

Guid

Gets the unique identifier of the headless item.

public override Guid Guid { get; init; }

Property Value

Guid

HeadlessChannelID

Gets the headless channel ID of the headless item.

public override int HeadlessChannelID { get; init; }

Property Value

int

HeadlessChannelName

Gets the headless channel name of the headless item.

public override string HeadlessChannelName { get; init; }

Property Value

string

ID

Gets the ID of the headless item.

public override int ID { get; init; }

Property Value

int

Name

Gets the code name of the headless item.

public override string Name { get; init; }

Property Value

string