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
IsFirstTimePublished
Indicates whether the headless item is published for the first time in its history.
public bool IsFirstTimePublished { get; init; }
Property Value
- bool