DeploymentSkipDirective Class

IIS 7.0

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

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentSkipDirective

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

public ref class DeploymentSkipDirective : IEnumerable<DeploymentSkipDirectiveEntry^>, 
	IEnumerable, IDeploymentNameDescription

The DeploymentSkipDirective type exposes the following members.

  NameDescription
Protected methodDeploymentSkipDirective(String)Creates an instance of a DeploymentSkipDirective object.
Public methodDeploymentSkipDirective(String, String)Creates an instance of a DeploymentSkipDirective object.
Public methodDeploymentSkipDirective(String, String, Boolean)
Top

  NameDescription
Public propertyCountGets the number of DeploymentSkipDirectiveEntry objects in the current DeploymentSkipDirective object.
Public propertyDescriptionGets the description of the current DeploymentSkipDirective object.
Public propertyEnabled
Public propertyExampleOrDetail
Public propertyFriendlyNameGets the friendly name of the current DeploymentSkipDirective object.
Public propertyItemGets a single DeploymentSkipDirectiveEntry from the current object.
Public propertyNameThe name of the current deployment skip directive.
Top

  NameDescription
Public methodAddAdds a DeploymentSkipDirectiveEntry to the current object.
Public methodClearRemoves all DeploymentSkipDirectiveEntry objects from the current instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumeratorGets an enumerator that can be used to iterate through the DeploymentSkipDirectiveEntry objects in the current instance.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveRemoves a DeploymentSkipDirectiveEntry object with the specified name from the current instance.
Public methodToString (Inherited from Object.)
Public methodTryGetValueAttempts to get the value of the DeploymentSkipDirectiveEntry with the specified name from the current object instance.
Top

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: