Click or drag to resize

ActionForceEmailFormatSetNewIDAfterClone Method

To avoid duplicates, new ID of an action needs to be set after cloning.

Namespace:  ER.Shared.Settings.Actions
Assembly:  ER.Shared.Settings.2 (in ER.Shared.Settings.2.dll) Version: 10.0.1
Syntax
public void SetNewIDAfterClone(
	string newID
)

Parameters

newID
Type: SystemString

Implements

IRuleActionDescSetNewIDAfterClone(String)
See Also