Table of Contents

Class DeploymentNotification

Namespace
Dynamicweb.Deployment.Notifications
Assembly
Dynamicweb.Core.dll

Provides information about deployment notifications.

public sealed class DeploymentNotification
Inheritance
DeploymentNotification
Inherited Members

Fields

AfterDeployment

After deployment notification.

public const string AfterDeployment = "DWN_DEPLOYMENT_AFTER"

Field Value

string

BeforeDeployment

Before deployment notification.

public const string BeforeDeployment = "DWN_DEPLOYMENT_BEFORE"

Field Value

string
To top