DeploymentAddLinkContext Class
IIS 7.0
Provides a class that creates new deployment objects with link context data.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentAddLinkContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateProvider(DeploymentProviderOptions) | Creates a new deployment object and adds it 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(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, 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. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
