Indicates how the deployment process will deploy an application.
Namespace:
Novalys.VisualGuard.Security.DeploymentAssembly: vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public enum VGApplicationDeploymentMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration VGApplicationDeploymentMode |
Members
| Member name | Description | |
|---|---|---|
| Refresh |
The deployment process will replace all items of the target repository by the deployed items, add the new items
| |
| Replace |
The deployment process will replace all items of the target repository by the deployed items, add the new items and remove target items that do not exist in the deployed repository.
|
Remarks
When the DeploymentMode is equal to Refresh, the deployment process will apply the following rules:
- When an item exists in the deployed repository and the target repository, the deployment process will replace the target item by the deployed item.
- When an item exists in the deployed repository but does not exist in the target repository, the deployment process will add the item of the deployed repository to the target repository.
- When an item does not exist in the deployed repository but exists in the deployed repository, the deployment process will keep the item of the target repository.
- When an item exists in the deployed repository and the target repository, the deployment process will replace the target item by the deployed item.
- When an item exists in the deployed repository but does not exist in the target repository, the deployment process will add the item of the deployed repository to the target repository.
- When an item does not exist in the deployed repository but exists in the deployed repository, the deployment process will remove the item from the target repository.