Class PublishHeadlessItemEventArgs
Event arguments for Publish event.
public sealed class PublishHeadlessItemEventArgs : HeadlessItemEventArgsBase
- Inheritance
-
objectEventArgsPublishHeadlessItemEventArgs
- Inherited Members
- Extension Methods
Constructors
PublishHeadlessItemEventArgs()
Initializes a new instance of PublishHeadlessItemEventArgs.
public PublishHeadlessItemEventArgs()
Properties
ContentItemData
Gets the content item data.
public override ContentItemDataEventContainer ContentItemData { get; init; }
Property Value
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
IsFirstTimePublished
Indicates whether the headless item is published for the first time in its history.
public bool IsFirstTimePublished { get; init; }
Property Value
- bool
Name
Gets the code name of the headless item.
public override string Name { get; init; }
Property Value
- string