Share via


DeploymentLinkExtension(Boolean) Constructor

Definition

Creates an instance of a deployment link extension.

protected:
 DeploymentLinkExtension(bool enabledByDefault);
protected DeploymentLinkExtension (bool enabledByDefault);
new Microsoft.Web.Deployment.DeploymentLinkExtension : bool -> Microsoft.Web.Deployment.DeploymentLinkExtension
Protected Sub New (enabledByDefault As Boolean)

Parameters

enabledByDefault
Boolean

true if the deployment link extension is enabled by default; otherwise, false.

Applies to