Class PublishHeadlessItemEventData
Contains the business event data for headless item publish events.
public sealed class PublishHeadlessItemEventData : IHeadlessItemEventArgs
- Inheritance
-
objectPublishHeadlessItemEventData
- Implements
- Extension Methods
Constructors
PublishHeadlessItemEventData()
Initializes a new instance of the PublishHeadlessItemEventData class.
public PublishHeadlessItemEventData()
Properties
ContentItemData
Content item data.
public ContentItemDataEventContainer ContentItemData { get; init; }
Property Value
ContentLanguageID
Content language identifier.
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
Headless item display name, used to identify the item in user interface.
public string DisplayName { get; init; }
Property Value
- string
Guid
Headless item unique identifier.
public Guid Guid { get; init; }
Property Value
- Guid
HeadlessChannelID
Headless channel identifier.
public int HeadlessChannelID { get; init; }
Property Value
- int
HeadlessChannelName
Headless channel name.
public string HeadlessChannelName { get; init; }
Property Value
- string
ID
Headless item identifier.
public 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
Code name of the headless item.
public string Name { get; init; }
Property Value
- string