DeploymentProviderContext Class
IIS 7.0
Provides properties that define the context of a deployment provider.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentProviderContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Factory | Gets the DeploymentProviderFactory associated with the current object. |
![]() | Path | Gets the path of the current object. |
![]() | ProviderOptions | |
![]() | ProviderSettings | Gets the DeploymentProviderSettingCollection associated with the factory of the current object. |
The context of a deployment provider gives the information needed for DeploymentObjectProvider subclasses to perform routine operations. This information includes the DeploymentProviderFactory, Path, and DeploymentProviderSettingCollection associated with the current object.
Show:
