Deploys the repository or the parameter of the repository defined in the deployment configuration file

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 void Import(
	VGDeploymentImport deploymentOption
)
Visual Basic
Public Sub Import ( 
	deploymentOption As VGDeploymentImport
)

Parameters

deploymentOption
Type: Novalys.VisualGuard.Security.Deployment..::..VGDeploymentImport
A [!:VGRepositoryDeploymentOptions] object that defines the deployment options.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptiondeploymentOption is null (Nothing in VB.Net).
System..::..InvalidOperationExceptionThe method Init(KeyValueConfigurationCollection) must be called before calling this method.

- or -

The Overwrite option is set to Never and the target already contains a repository.

See Also