Click or drag to resize

VGRepositoryOverwriteOptions Enumeration

Indicates when a repository can be overwritten

Namespace:  Novalys.VisualGuard.Security.Deployment.Actions
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public enum VGRepositoryOverwriteOptions
Members
  Member nameValueDescription
Never0 Disallows to deploy a repository when a repository already exists in the target.
Always1 Allows to deploy a repository even a repository already exists in the target.
ParamOnly2 Allows to deploy parameters of a repository only if a repository already exists in the target.
See Also