DeploymentSkipDirective Class

Definition

Defines a skip directive for a deployment, which specifies data that should be ignored during a deployment.

C#
public class DeploymentSkipDirective : Microsoft.Web.Deployment.IDeploymentNameDescription, System.Collections.Generic.IEnumerable<Microsoft.Web.Deployment.DeploymentSkipDirectiveEntry>
Inheritance
DeploymentSkipDirective
Implements

Remarks

Skip directives include objectName, keyAttribute, xpath, absolutePath, or any attribute. All of the elements of the skip directives for an object must be true for that object to be skipped in a dump or synchronization operation.

Constructors

Properties

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[String]

Gets a single DeploymentSkipDirectiveEntry from the current object.

Name

The name of the current deployment skip directive.

Methods

Add(DeploymentSkipDirectiveEntry)

Adds a DeploymentSkipDirectiveEntry to the current object.

Clear()

Removes all DeploymentSkipDirectiveEntry objects from the current instance.

GetEnumerator()

Gets an enumerator that can be used to iterate through the DeploymentSkipDirectiveEntry objects in the current instance.

Remove(String)

Removes a DeploymentSkipDirectiveEntry object with the specified name from the current instance.

TryGetValue(String, DeploymentSkipDirectiveEntry)

Attempts to get the value of the DeploymentSkipDirectiveEntry with the specified name from the current object instance.

Explicit Interface Implementations

Applies to

Product Versions
IIS SDK for .NET latest