DeploymentSkipDirective Class

Definition

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

public ref class DeploymentSkipDirective : Microsoft::Web::Deployment::IDeploymentNameDescription, System::Collections::Generic::IEnumerable<Microsoft::Web::Deployment::DeploymentSkipDirectiveEntry ^>
public class DeploymentSkipDirective : Microsoft.Web.Deployment.IDeploymentNameDescription, System.Collections.Generic.IEnumerable<Microsoft.Web.Deployment.DeploymentSkipDirectiveEntry>
type DeploymentSkipDirective = class
    interface seq<DeploymentSkipDirectiveEntry>
    interface IEnumerable
    interface IDeploymentNameDescription
Public Class DeploymentSkipDirective
Implements IDeploymentNameDescription, IEnumerable(Of 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

DeploymentSkipDirective(String)

Creates an instance of a DeploymentSkipDirective object.

DeploymentSkipDirective(String, String)

Creates an instance of a DeploymentSkipDirective object.

DeploymentSkipDirective(String, String, Boolean)

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

IEnumerable.GetEnumerator()

Applies to