Class PublishContentItemEventArgs
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Event arguments for Publish event.
public sealed class PublishContentItemEventArgs : ContentItemEventArgsBase
- Inheritance
-
objectEventArgsPublishContentItemEventArgs
- Inherited Members
- Extension Methods
Constructors
PublishContentItemEventArgs()
Initializes a new instance of PublishContentItemEventArgs.
public PublishContentItemEventArgs()
Properties
IsFirstTimePublished
Indicates whether the content item is published for the first time in its history.
public bool IsFirstTimePublished { get; init; }
Property Value
- bool