Indicates when a repository can be overwritten

Namespace: Novalys.VisualGuard.Security.Deployment.Actions
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public enum VGRepositoryOverwriteOptions
Visual Basic
Public Enumeration 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