DeploymentSkipDirective Class
IIS 7.0
Defines a skip directive for a deployment, which specifies data that should be ignored during a deployment.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentSkipDirective type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentSkipDirective(String) | Creates an instance of a DeploymentSkipDirective object. |
![]() | DeploymentSkipDirective(String, String) | Creates an instance of a DeploymentSkipDirective object. |
![]() | DeploymentSkipDirective(String, String, Boolean) |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of DeploymentSkipDirectiveEntry objects in the current DeploymentSkipDirective object. |
![]() | Description | Gets the description of the current DeploymentSkipDirective object. |
![]() | Enabled | |
![]() | ExampleOrDetail | |
![]() | FriendlyName | Gets the friendly name of the current DeploymentSkipDirective object. |
![]() | Item | Gets a single DeploymentSkipDirectiveEntry from the current object. |
![]() | Name | The name of the current deployment skip directive. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a DeploymentSkipDirectiveEntry to the current object. |
![]() | Clear | Removes all DeploymentSkipDirectiveEntry objects from the current instance. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | Gets an enumerator that can be used to iterate through the DeploymentSkipDirectiveEntry objects in the current instance. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | Removes a DeploymentSkipDirectiveEntry object with the specified name from the current instance. |
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue | Attempts to get the value of the DeploymentSkipDirectiveEntry with the specified name from the current object instance. |
Show:
