Deploy the current Repository to other one

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

Syntax

C#
public bool DeployFullRepository(
	VGSecurityRuntime runtimeTarget,
	VGRepositoryOverwriteOptions option,
	VGDeploymentOptions deployOption,
	out Exception exception
)
Visual Basic
Public Function DeployFullRepository ( 
	runtimeTarget As VGSecurityRuntime,
	option As VGRepositoryOverwriteOptions,
	deployOption As VGDeploymentOptions,
	<OutAttribute> ByRef exception As Exception
) As Boolean

Parameters

runtimeTarget
Type: Novalys.VisualGuard.Security..::..VGSecurityRuntime
Target of the deployment
option
Type: Novalys.VisualGuard.Security.Deployment.Actions..::..VGRepositoryOverwriteOptions
The options you want for the application deployment
deployOption
Type: Novalys.VisualGuard.Security.Deployment..::..VGDeploymentOptions
Option of the deployment
exception
Type: System..::..Exception%
Detail of error when you executing the deployment

Return Value

Type: Boolean
Return true if the deploy is successed

See Also