Creates a new instance of VGRepositoryDeploymentOptions class.

Namespace:  Novalys.VisualGuard.Security.Deployment
Assembly:  vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public VGRepositoryDeploymentOptions(
	VGIRepositoryItemCacheManager targetManager
)
Visual Basic (Declaration)
Public Sub New ( _
	targetManager As VGIRepositoryItemCacheManager _
)

Parameters

targetManager
Type: VGIRepositoryItemCacheManager
A VGIRepositoryItemCacheManager object representing the target repository

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptiontargetManager is null (Nothing in VB.Net)
System..::.InvalidOperationExceptionThe deployment options are loaded from a deployment configuration file.
System..::.NotSupportedExceptionthe type of targetManager is not supported.

See Also