Class PublishWebPageEventArgs
Event arguments for Publish event.
public sealed class PublishWebPageEventArgs : WebPageEventArgsBase
- Inheritance
-
objectEventArgsPublishWebPageEventArgs
- Inherited Members
- Extension Methods
Constructors
PublishWebPageEventArgs()
Initializes a new instance of PublishWebPageEventArgs.
public PublishWebPageEventArgs()
Properties
IsFirstTimePublished
Indicates whether the web page is published for the first time in its history.
public bool IsFirstTimePublished { get; init; }
Property Value
- bool