DeploymentAddLinkContext Class

Definition

Provides a class that creates new deployment objects with link context data.

public ref class DeploymentAddLinkContext
public class DeploymentAddLinkContext
type DeploymentAddLinkContext = class
Public Class DeploymentAddLinkContext
Inheritance
DeploymentAddLinkContext

Remarks

You cannot create an instance of this class directly.

Methods

CreateProvider(DeploymentProviderOptions)

Creates a new deployment object and adds it to the underlying collection.

CreateProvider(DeploymentProviderOptions, String)

Creates a new deployment object by using the specified provider options and link name. The new object is added to the underlying collection.

CreateProvider(String, String)

Creates a new deployment object by using the specified provider factory name and path. The new object is added to the underlying collection.

CreateProvider(String, String, String)

Creates a new deployment object by using the specified provider factory name, path, and link name. The new object is added to the underlying collection.

Applies to