Initializes the VGIDeploymentAction object with specified values used by the action

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

Syntax

C#
public void Init(
	KeyValueConfigurationCollection values
)
Visual Basic (Declaration)
Public Sub Init ( _
	values As KeyValueConfigurationCollection _
)

Parameters

values
Type: System.Configuration..::.KeyValueConfigurationCollection
a collection of values used by the action

Implements

VGIDeploymentAction..::.Init(KeyValueConfigurationCollection)

Exceptions

ExceptionCondition
System..::.ArgumentNullException values is null (Nothing in VB.Net).
System..::.ArgumentException

the collection does not contain the value "itemType" or "repositoryId".

- or -

the value "itemType" is not a valid value for VGItemType.

- or -

the value "repositoryId" is an empty string.

See Also