Table of Contents

Class DeploymentNotification.DeploymentArgs

Namespace
Dynamicweb.Deployment.Notifications
Assembly
Dynamicweb.Deployment.dll
Provides information about a deployment.
public abstract class DeploymentNotification.DeploymentArgs : NotificationArgs
Inheritance
DeploymentNotification.DeploymentArgs
Inherited Members

Constructors

DeploymentArgs(string, Package)

protected DeploymentArgs(string id, Package package)

Parameters

id string
package Package
See Also

Properties

Id

Gets or sets the identifier.
public string Id { get; set; }

Property Value

string
The identifier.
See Also

Package

Gets or sets the package.
public Package Package { get; set; }

Property Value

Package
The package.
See Also

See Also

To top