Class DeploymentNotification
- Namespace
 - Dynamicweb.Deployment.Notifications
 
- Assembly
 - Dynamicweb.Deployment.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
BeforeDeployment
Before deployment notification.
  
  public const string BeforeDeployment = "DWN_DEPLOYMENT_BEFORE"