Table of Contents

Class DeploymentNotification.DeploymentArgs

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

Provides information about a deployment.

public abstract class DeploymentNotification.DeploymentArgs : NotificationArgs
Inheritance
DeploymentNotification.DeploymentArgs
Derived
Inherited Members

Constructors

DeploymentArgs(string, Package)

protected DeploymentArgs(string id, Package package)

Parameters

id string
package Package

Properties

Id

Gets or sets the identifier.

public string Id { get; set; }

Property Value

string

The identifier.

Package

Gets or sets the package.

public Package Package { get; set; }

Property Value

Package

The package.

See Also

To top