Indicates when a repository can be overwritten
Namespace:
Novalys.VisualGuard.Security.DeploymentAssembly: vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public enum VGRepositoryOverwriteOptions |
| Visual Basic (Declaration) |
|---|
Public Enumeration VGRepositoryOverwriteOptions |
Members
| Member name | Description | |
|---|---|---|
| Never |
Disallows to deploy a repository when a repository already exists in the target.
| |
| Always |
Allows to deploy a repository even a repository already exists in the target.
| |
| ParamOnly |
Allows to deploy parameters of a repository only if a repository already exists in the target.
|