BuildMaster SDK Reference
Version:

CopyActionGroup(int deploymentPlanActionGroupId, int? targetDeploymentPlanId) Method

Copies an action group from one deployment plan to another.

Syntax

public static int CopyActionGroup(int deploymentPlanActionGroupId, int? targetDeploymentPlanId)

Parameters

deploymentPlanActionGroupId
Type: int

The deployment plan action group identifier.

targetDeploymentPlanId
Type: int?

The target deployment plan identifier.

Returns

The ID of the new deployment plan action group.