Click or drag to resize
BaseWorkflowActionInfoType, StateInfoType, ActionEnumTypeExecute Method
Executes action. You can use parameters to allow users to modify the behavior.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
Examples
To access the values of parameters, you can use this code.
GetResolvedParameter("StringParameterName", string.Empty);
GetResolvedParameter("BooleanParameterName", false);
See Also