DeploymentSyncOptions Class
IIS 7.0
Provides the flags, events and delegates which are used during the synchronization process.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentSyncOptions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentSyncOptions()()()() | Creates an instance of DeploymentSyncOptions. |
![]() | DeploymentSyncOptions(SerializationInfo, StreamingContext) |
| Name | Description | |
|---|---|---|
![]() | CancelCallback | Gets or sets the CancelCallback delegate that will be called to determine if a sync operation should continue. |
![]() | DeclaredParameters | A collection of DeploymentSyncParameter objects associated with the current object. |
![]() | DeleteDestination | |
![]() | DoNotDelete | Gets or sets a value that allows or prevents deletion from happening on the destination of a synchronization operation. |
![]() | Rules | Gets a collection of DeploymentRule objects associated with the current object instance. |
![]() | UseChecksum | |
![]() | WhatIf | Gets or sets a value that determines whether operations should be performed. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | GetAvailableRules | Gets all of the available rules from the DeploymentManager. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
