Table of Contents

Class PublishWebPageEventArgs

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Event arguments for Publish event.

public sealed class PublishWebPageEventArgs : WebPageEventArgsBase
Inheritance
object
EventArgs
PublishWebPageEventArgs
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