Executes all actions specified in the deployment configuration file against the specified target repository.

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

Syntax

C#
public void ExecuteActions()
Visual Basic (Declaration)
Public Sub ExecuteActions

Remarks

This method reads the options defined in the property Section and execute all actions against the target repository.

See Also