Click or drag to resize

VGDeploymentInstanceDeployFullRepository Method

Deploy the current Repository to other one

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public bool DeployFullRepository(
	VGSecurityRuntime runtimeTarget,
	VGRepositoryOverwriteOptions option,
	VGDeploymentOptions deployOption,
	out Exception exception
)

Parameters

runtimeTarget
Type: Novalys.VisualGuard.SecurityVGSecurityRuntime
Target of the deployment
option
Type: Novalys.VisualGuard.Security.Deployment.ActionsVGRepositoryOverwriteOptions
The options you want for the application deployment
deployOption
Type: Novalys.VisualGuard.Security.DeploymentVGDeploymentOptions
Option of the deployment
exception
Type: SystemException
Detail of error when you executing the deployment

Return Value

Type: Boolean
Return true if the deploy is successed
See Also